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?
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