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
$ py captcha_cnn.py
Traceback (most recent call last):
File "captcha_cnn.py", line 32, in <module>
pre_text = captcha2text([image])
File "captcha_cnn.py", line 21, in captcha2text
saver.restore(sess, tf.train.latest_checkpoint('.'))
File "/Users/fizz/venv/lib/python3.6/site-packages/tensorflow/python/training/saver.py", line 1751, in restore
raise ValueError("Can't load save_path when it is None.")
ValueError: Can't load save_path when it is None.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: