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
你好,这是我运行代码的提示:
“Traceback (most recent call last):
File "predict.py", line 45, in
raise ValueError('No such file:[{}]'.format(FLAGS.model_dir))
ValueError: No such file:[model/]”
应该是找不到model文件,可是我尝试建立model文件夹,依然不成功。感谢!
The text was updated successfully, but these errors were encountered:
你好,这是我运行代码的提示:
“Traceback (most recent call last):
File "predict.py", line 45, in
raise ValueError('No such file:[{}]'.format(FLAGS.model_dir))
ValueError: No such file:[model/]”
应该是找不到model文件,可是我尝试建立model文件夹,依然不成功。感谢!
The text was updated successfully, but these errors were encountered: