Updating the input image sizes to have a higher resolution. Currently unclean data is reaching 70% accuracy.
This commit is contained in:
@@ -8,7 +8,8 @@ from PIL import ImageFile
|
||||
|
||||
ImageFile.LOAD_TRUNCATED_IMAGES = True
|
||||
|
||||
input_shape = (224, 224, 3)
|
||||
input_shape = (299, 299, 3)
|
||||
|
||||
batch_size = 60
|
||||
model_name = "MobileNetV2FullDataset"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user