ModuleNotFoundError
Hzefeng opened this issue · 2 comments
Hzefeng commented
when I am running /floydhub/html HTML.ipynb, the first cell comes out an error
ModuleNotFoundError Traceback (most recent call last)
in ()
7 from keras.layers import Embedding, TimeDistributed, RepeatVector, LSTM, concatenate , Input, Reshape, Dense, Flatten
8 from keras.preprocessing.image import array_to_img, img_to_array, load_img
----> 9 from keras.applications.inception_resnet_v2 import InceptionResNetV2, preprocess_input
10 import numpy as np
ModuleNotFoundError: No module named 'keras.applications.inception_resnet_v2'
esperancaJS commented
How did you solve @Hzefeng ?
Hzefeng commented
change your dictionary to /screenshot-to-code…/Floydhub by
cd Floydhub
…Sent from my iPad
On 26 Jan 2018, at 4:35 PM, Pedro Esperança ***@***.***> wrote:
How did you solve @Hzefeng ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.