Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't manage to import the pre-trained model #18

Open
4 tasks done
jam-iee opened this issue Nov 21, 2020 · 1 comment
Open
4 tasks done

Couldn't manage to import the pre-trained model #18

jam-iee opened this issue Nov 21, 2020 · 1 comment

Comments

@jam-iee
Copy link

jam-iee commented Nov 21, 2020

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:

    pip install git+git://github.com/keras-team/keras.git --upgrade --no-deps
    
  • 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:

    pip install git+git://github.com/Theano/Theano.git --upgrade --no-deps
    
  • 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).

@lilymetime
Copy link

I have the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants