Closed WeiAiFenDou closed 5 years ago
你在载入的时候不需要给出后缀名 就类如“model.ckpt-99"即可
On Aug 16, 2018, at 16:32, WeiAiFenDou notifications@github.com wrote:
您好! 非常感谢你的分享! 我是一个刚入门的小白。在运行您的程序时报错了。 if name=='main': img_names = ['test_pic.jpg'] j = predict(img_names, 'model/model.ckpt-99.data-00000-of-00001', debug=True, is_name=True) print(j)
请问下,是我的参数设置的哪里有问题吗?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
我把下载的model解压出来,是三个文件,我把三个文件都放在model文件夹下。参数如图还是报错。。
你把错误截图发来。
On Aug 16, 2018, at 17:54, WeiAiFenDou notifications@github.com wrote:
我把下载的model解压出来,是三个文件,我把三个文件都放在model文件夹下。参数如图还是报错。。
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
我断点进去,就在红线框出来的那句报错了,报的错在console的红框里
hi,can you please send the model to 1046866485@qq.com ? Thank you!
Currently my site is unavailable. Please wait for an alternate download link.
On Mar 19, 2019, at 17:47, gouyinchao notifications@github.com wrote:
hi,can you please send the model to 1046866485@qq.com ? Thank you!
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
hi,can you please send the model to 1046866485@qq.com ? Thank you!
You can find the model in issue#13
我断点进去,就在红线框出来的那句报错了,报的错在console的红框里
This issue is commonly caused by your environment setup, please check your tensorflow configuration. As this issue is no longer active, I will temporarily close this issue. You can re-open it at any time.
您好! 非常感谢你的分享! 我是一个刚入门的小白。在运行您的程序 predict.py 时报错了。 if name=='main': img_names = ['test_pic.jpg'] j = predict(img_names, 'model/model.ckpt-99.data-00000-of-00001', debug=True, is_name=True) print(j)
请问下,是我的参数设置的哪里有问题吗?