-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于tensorflow-gpu版本 #37
Comments
你好,可能是你的模型文件的问题,或者可能是你的空间内存不够 |
这三个文件加起来大致在136M左右,如果大小基本一致的话,模型文件应该没有问题 |
你好,我出现了一样的问题,下载您的源码模型文件总共只有1.85M,请问可以重新发一下您训练好的模型文件吗?如果可以的话,发到712075026,是我的QQ,谢谢啦 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我的cuda是10版的不支持tensorflow-gpu1.12.0所以下的1.13.1版本的tensorflow-gpu,运行mainprocess.py时,在recognize_process下的test_crnn_jmz.py的一行代码‘saver = tf.train.Saver()'报错了,错误信息是“OutOfRangeError:Read less bytes than requested”,该怎么处理呢?
The text was updated successfully, but these errors were encountered: