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
when runs the train.py till lines 29
[loss, global_step, _] = sess.run(
fetches=[model.loss, model.global_step, model.update])
it shows error and turns to except tf.errors.OutOfRangeError:
why?
The text was updated successfully, but these errors were encountered:
when runs the train.py till lines 29
[loss, global_step, _] = sess.run(
fetches=[model.loss, model.global_step, model.update])
it shows error and turns to except tf.errors.OutOfRangeError:
why?
The text was updated successfully, but these errors were encountered: