generative_inpainting icon indicating copy to clipboard operation
generative_inpainting copied to clipboard

tensorflow.python.framework.errors_impl.NotFoundError: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for logs/celeba

Open elifgokpinar opened this issue 2 years ago • 0 comments

Hi,

I want to test pretrained celeba model. I run the code in Ubuntu.

When I wrote test code in terminal, model loaded succesfully.

1111

But I want to test many images. So I put many command codes in .sh files.
command.sh file

image

When I tried to run command.sh file, it gives such error : tensorflow.python.framework.errors_impl.NotFoundError: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for logs/celeba

image

commmand.sh is in generative_inpainting folder. pretrained model is located in generative_inpainting/logs/celeba

What can be the problem ? Any suggestions ?

Notes: I had this problem also in Google Colab. But there was no such problem in Windows.

elifgokpinar avatar Apr 04 '22 12:04 elifgokpinar