Skip to content
Snippets Groups Projects
Commit 5bd037e9 authored by michael.divia's avatar michael.divia
Browse files

Avoid Overfit ResNet50

parent 23021985
Branches
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ callbacks = [
model.fit(
train_ds,
validation_data=val_ds,
epochs=20,
epochs=5,
callbacks=callbacks,
class_weight=class_weight_dict
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment