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
as the readme, type python test.py
only shows:
Traceback (most recent call last):
File "test.py", line 83, in
main()
File "test.py", line 42, in main
saver.restore(sess, tf.train.latest_checkpoint("checkpoint"))
File "C:\Users\acer\AppData\Roaming\Python\Python36\site-packages\tensorflow\p
ython\training\saver.py", line 1534, in restore
raise ValueError("Can't load save_path when it is None.")
ValueError: Can't load save_path when it is None.
what happended?
The text was updated successfully, but these errors were encountered:
as the readme, type python test.py
only shows:
Traceback (most recent call last):
File "test.py", line 83, in
main()
File "test.py", line 42, in main
saver.restore(sess, tf.train.latest_checkpoint("checkpoint"))
File "C:\Users\acer\AppData\Roaming\Python\Python36\site-packages\tensorflow\p
ython\training\saver.py", line 1534, in restore
raise ValueError("Can't load save_path when it is None.")
ValueError: Can't load save_path when it is None.
what happended?
The text was updated successfully, but these errors were encountered: