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

I can't import utils because vgg16 is not declared #214

Open
danielcanueto opened this issue May 2, 2018 · 0 comments
Open

I can't import utils because vgg16 is not declared #214

danielcanueto opened this issue May 2, 2018 · 0 comments

Comments

@danielcanueto
Copy link

Dear Mr/Mrs,

When trying to load the utils, I receive this message:

from fastai import utils

/usr/local/lib/python3.6/dist-packages/fastai/utils.py in <module>()
     38 from keras.preprocessing import image, sequence
     39 from keras.preprocessing.text import Tokenizer
---> 40 from vgg16 import Vgg16
     41 np.set_printoptions(precision=4, linewidth=100)
     42 

ModuleNotFoundError: No module named 'vgg16'

I see that the "keras.applications.vgg16" has not been declared before in utils.py.

dineshkumarsarangapani pushed a commit to dineshkumarsarangapani/courses that referenced this issue Sep 29, 2018
fix spacy tokenizer import in lesson 4
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

1 participant