da03 / Attention-OCR

Visual Attention based OCR
MIT License
1.12k stars 363 forks source link

floydhub & tensorflow & keras #56

Closed pasha76 closed 6 years ago

pasha76 commented 6 years ago

I trained sample dataset on floydhub tf version 1.0 keras 2.0.6 then I downloaded the weigths on my local and tried to test with evaluation data but it does not work. I got this:

InvalidArgumentError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to get matching files on /output/translate.ckpt-100: Not found: /output [[Node: save/RestoreV2_9 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/cpu:0"](_recv_save/Const_0, save/RestoreV2_9/tensor_names, save/RestoreV2_9/shape_and_slices)]]

When I train and run locally it works.. what can be the issue?

Thanks in advance

pasha76 commented 6 years ago

Sorted out :) it was due to path of the weights...