emilwallner/Screenshot-to-code

ModuleNotFoundError

Hzefeng opened this issue · 2 comments

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'

How did you solve @Hzefeng ?