Update models

This commit is contained in:
2024-10-28 10:19:33 -04:00
parent caf6543af4
commit d263ef3ff8
3 changed files with 31 additions and 27 deletions

View File

@@ -21,7 +21,7 @@ tensorboard = TensorBoard(log_dir='logs/{}'.format(time()))
image_size = (128, 128)
#model_weights_file='model_resnet50.hdf5'
model_name='resnet50_20241022.h5.keras'
model_name='resnet50.h5.keras'
train_ds = tensorflow.keras.preprocessing.image_dataset_from_directory(
'C:\\boneyard\\DeepLearning\\data',