Updates....updates everywhere

This commit is contained in:
Lucas Oskorep
2019-07-17 12:30:16 -05:00
parent e1e3319653
commit 1dc7c2dee2
4 changed files with 29 additions and 20 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from PIL import ImageFile
ImageFile.LOAD_TRUNCATED_IMAGES = True
input_shape = (244, 244, 3)
input_shape = (224, 224, 3)
batch_size = 60
model_name = "MobileNetV2FullDataset"