diff --git a/6_convert_keras_to_tflite.py b/6_convert_keras_to_tflite.py index eed41cf..12d3639 100644 --- a/6_convert_keras_to_tflite.py +++ b/6_convert_keras_to_tflite.py @@ -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