You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey. I have seen your GitHub repository. I cloned your repository and try to run it on my testing images. I run the command: python run_model.py --input_path=./testing_set --output_path=./testing_res --gpu=0.
Following error has occurred in response to this command: NotFoundError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to find any matching files for ./checkpoints/color/deblur.model-523000
[[Node: save/RestoreV2_83 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2_83/tensor_names, save/RestoreV2_83/shape_and_slices)]]
I look for the deblur.model-523000 but there is no pre-trained model on your github repository. Kindly share your pre-trained model link
The text was updated successfully, but these errors were encountered:
Hey. I have seen your GitHub repository. I cloned your repository and try to run it on my testing images. I run the command: python run_model.py --input_path=./testing_set --output_path=./testing_res --gpu=0.
Following error has occurred in response to this command: NotFoundError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to find any matching files for ./checkpoints/color/deblur.model-523000
[[Node: save/RestoreV2_83 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2_83/tensor_names, save/RestoreV2_83/shape_and_slices)]]
I look for the deblur.model-523000 but there is no pre-trained model on your github repository. Kindly share your pre-trained model link
The text was updated successfully, but these errors were encountered: