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 was running the following lines of code in Colab
import urllib2
import numpy as np
from PIL import Image
from cv2 import resize
from vgg16_places_365 import VGG16_Places365
And got the below error message. I wonder if there is anything that I'd have done but did not do. I've no clue...... ModuleNotFound: No module named 'vgg16_places_365'
Please make sure that the boxes below are checked before you submit your issue.
Thank you!
Check that you are up-to-date with the master branch of Keras. You can update with:
I was running the following lines of code in Colab
And got the below error message. I wonder if there is anything that I'd have done but did not do. I've no clue......
ModuleNotFound: No module named 'vgg16_places_365'
Please make sure that the boxes below are checked before you submit your issue.
Thank you!
Check that you are up-to-date with the master branch of Keras. You can update with:
If running on TensorFlow, check that you are up-to-date with the latest version. The installation instructions can be found here.
If running on Theano, check that you are up-to-date with the master branch of Theano. You can update with:
Provide a link to a GitHub Gist of a Python script that can reproduce your issue (or just copy the script here if it is short).
The text was updated successfully, but these errors were encountered: