Skip to content

Commit 432d86e

Browse files
authored
Update config.yaml
1 parent 9a7c76f commit 432d86e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

classification_models_pytorch/config.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ trainer:
1616
target: pytorch_lightning.Trainer
1717
params:
1818
# gpus: [0]
19-
max_epochs: 20
2019

2120
model:
2221
target: models.ClassificationModel
@@ -55,4 +54,4 @@ callbacks:
5554
params:
5655
monitor: val_loss
5756
patience: 5
58-
mode: min
57+
mode: min

0 commit comments

Comments
 (0)