Removing unused import
This commit is contained in:
@@ -7,8 +7,6 @@ import tensorflow as tf
|
|||||||
from keras.preprocessing.image import ImageDataGenerator
|
from keras.preprocessing.image import ImageDataGenerator
|
||||||
from tensorflow import keras
|
from tensorflow import keras
|
||||||
|
|
||||||
from modeling_utils import get_metrics
|
|
||||||
|
|
||||||
# TODO: Move these to a config for the project
|
# TODO: Move these to a config for the project
|
||||||
input_shape = (224, 224, 3)
|
input_shape = (224, 224, 3)
|
||||||
batch_size = 32
|
batch_size = 32
|
||||||
|
|||||||
Reference in New Issue
Block a user