You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering, why not just use sess.graph.get_tensor_by_name('softmax:0') ? Why bother to manually do the matrix multiplication and apply softmax? also, why not add the bias term?
these lines puzzle me:
I'm wondering, why not just use
sess.graph.get_tensor_by_name('softmax:0')? Why bother to manually do the matrix multiplication and apply softmax? also, why not add the bias term?