Skip to content

Commit

Permalink
Fixed import to match requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Skar0 committed Nov 18, 2019
1 parent 0e1b5fa commit 6ac0e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transfer_learning.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from keras.callbacks import ModelCheckpoint, TensorBoard
from keras.layers import Dense
from keras.utils import np_utils
from keras_preprocessing.image import ImageDataGenerator
from keras.preprocessing.image import ImageDataGenerator

"""
This module contains functions used to create training and validation datasets using with proper representation of each
Expand Down

0 comments on commit 6ac0e52

Please sign in to comment.