-
Notifications
You must be signed in to change notification settings - Fork 361
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
Error while using the pretrained Synth 90K model #53
Comments
I face the same problem. But when use the model trained by myself, this problem is solved |
Hi @cbzeng110, could you give me a link to download your model?. how the accuracy? |
u can train you own model with the instruction by the author |
When i am doing the training , i am getting the errors 2018-05-16 16:41:13,307 PIL.PngImagePlugin DEBUG STREAM b'tIME' 41 7 |
Hey please help,
I am trying to run the code on the pretrained model as provided by you. But I get the following error when I run:
python src/launcher.py --phase=test --visualize --data-path=my_img/image_path.txt --data-base-dir=my_img --log-path=log.txt --load-model --model-dir=model --output-dir=results
Error:
NotFoundError (see above for traceback): Tensor name "bidirectional_rnn/bw/basic
_lstm_cell/bias" not found in checkpoint files model\translate.ckpt-47200
[[Node: save/RestoreV2_1 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:l
ocalhost/replica:0/task:0/cpu:0"](_arg_save/Const_0_0, save/RestoreV2_1/tensor_n
ames, save/RestoreV2_1/shape_and_slices)]]
I am running this on Windows using Tensorflow 1.2.1
Please help
The text was updated successfully, but these errors were encountered: