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
It seems that global step (tf.train.get_global_step) has not been increased. Current value (could be stable): 0 vs previous value: 0. You could increase the global step by passing tf.train.get_global_step() to Optimizer.apply_gradients or Optimizer.minimize.
#33
Open
mztkenan opened this issue
Nov 6, 2019
· 0 comments
It seems that global step (tf.train.get_global_step) has not been increased. Current value (could be stable): 0 vs previous value: 0. You could increase the global step by passing tf.train.get_global_step() to Optimizer.apply_gradients or Optimizer.minimize.
The text was updated successfully, but these errors were encountered:
将模型一直到自己的框架里时报这个错误,同时注意到在dien源代码中没有使用优化函数自动的global_step,而是自己写了itr变量,想问下作者又遇到这个问题所以才这么处理了吗。
It seems that global step (tf.train.get_global_step) has not been increased. Current value (could be stable): 0 vs previous value: 0. You could increase the global step by passing tf.train.get_global_step() to Optimizer.apply_gradients or Optimizer.minimize.
The text was updated successfully, but these errors were encountered: