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 found that in your 'build_training_graph' function in train_semisup.py. The 'update_batch_stats' set to False, in this case, the avg_mean and avg_var would always be 0 and 1 during the EVAL.
I am not sure about it or Is there any trick in this setting.
The text was updated successfully, but these errors were encountered:
Hi,
I found that in your 'build_training_graph' function in train_semisup.py. The 'update_batch_stats' set to False, in this case, the avg_mean and avg_var would always be 0 and 1 during the EVAL.
I am not sure about it or Is there any trick in this setting.
The text was updated successfully, but these errors were encountered: