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
I have this error when I run python app.py. I use TensorFlow V1 and I followed your tutorial on udemy. "utils" folder has model.py file but there is this error "ModuleNotFoundError: No module named 'utils.model' ".And I tried to cut all files from utils folder and paste it in image-search-engine, And I edited it to import model but it's the same error. How can I solve this error?
The text was updated successfully, but these errors were encountered:
I have this error when I run
python app.py
. I use TensorFlow V1 and I followed your tutorial on udemy. "utils" folder has model.py file but there is this error "ModuleNotFoundError: No module named 'utils.model' ".And I tried to cut all files from utils folder and paste it in image-search-engine, And I edited it toimport model
but it's the same error. How can I solve this error?The text was updated successfully, but these errors were encountered: