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