Removing unused import

This commit is contained in:
Lucas
2022-06-03 13:55:06 -04:00
parent d111cdae69
commit 6add80bd27
-2
View File
@@ -7,8 +7,6 @@ import tensorflow as tf
from keras.preprocessing.image import ImageDataGenerator
from tensorflow import keras
from modeling_utils import get_metrics
# TODO: Move these to a config for the project
input_shape = (224, 224, 3)
batch_size = 32