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
Before updating the weights in every step the moving_mean and moving_variance of batchnorm layer has to be updated. This update operation is got by tf.GraphKeys.UPDATE_OPS and then run using the tf.control_dependencies which will execute it before running the context.
what is difference between #3.8 and train_op??
why not call train_op directly?
The text was updated successfully, but these errors were encountered: