From 6add80bd277d3a01e6af2b7add18b29ed8103915 Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 3 Jun 2022 13:55:06 -0400 Subject: [PATCH] Removing unused import --- 6_convert_keras_to_tflite.py | 2 -- 1 file changed, 2 deletions(-) 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