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
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
135 ckpt = tf.train.get_checkpoint_state(FLAGS.model_dir)
136 print("ckpt path : ", ckpt.model_checkpoint_path)
第一次训练时135行的ckpt可能为None,第136行调用会出错。
The text was updated successfully, but these errors were encountered: