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
{{ message }}
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
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?