Closed micahjsmith closed 3 years ago
From keras, we only use keras.preprocessing.image, which is actually packaged separately. Installs keras_preprocessing accordingly. The image extra is needed for the load_img functionality to work.
See https://github.com/keras-team/keras-preprocessing/blob/master/setup.py for details on [image] extra
Resolves #20
From keras, we only use keras.preprocessing.image, which is actually packaged separately. Installs keras_preprocessing accordingly. The image extra is needed for the load_img functionality to work.
See https://github.com/keras-team/keras-preprocessing/blob/master/setup.py for details on [image] extra
Resolves #20