openvinotoolkit/openvino_tensorflow

openvino_tensorflow examples running Windows 10 x64

davemaster opened this issue · 2 comments

Greetings,

notebooks has problems to run in Windows 10 x64,

imagen

Thanks in advance

Hi @davemaster

Please try again by deleting d20933dfc.... folder(which is in tfhub_modules folder) . I think the problem is with tensorflow_hub.load('model_url').

The url string is mapped to a directory. But it only checks if the directory exists but not check if model files exist. The situation is quite possible, as you don't know when the model files are deleted and when the folder is deleted.

Hi @davemaster

Closing this due to inactivity, Please feel free to re-open the issue if necessary and post your comments(if you still have queries on this). Thank you!