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 feel that tf.get_variable() has to be used instead of tf.Variable(). In each epoch all the mini batches have to interact with same set of weights. But since we are using tf.Variable() for each autoencoder['cost'] calculation, we indirectly call the autoencoder function which creates a new set of weights every time we call pkmital@
The text was updated successfully, but these errors were encountered:
I feel that
tf.get_variable()has to be used instead oftf.Variable(). In each epoch all the mini batches have to interact with same set of weights. But since we are usingtf.Variable()for eachautoencoder['cost']calculation, we indirectly call the autoencoder function which creates a new set of weights every time we call pkmital@The text was updated successfully, but these errors were encountered: