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
Is it intended to use all trainable variables? i.e. model_vars = tf.trainable_variables()? In case of using tf.train.AdamOptimizer it also have trainable parameters optimizer.variables().
The text was updated successfully, but these errors were encountered:
Is it intended to use all trainable variables? i.e.
model_vars = tf.trainable_variables()
? In case of usingtf.train.AdamOptimizer
it also have trainable parametersoptimizer.variables()
.The text was updated successfully, but these errors were encountered: