Skip to content

Commit

Permalink
Default to not evaluating on test set in train config
Browse files Browse the repository at this point in the history
This is done to encourage the best practice of not routinely evaluating on the test set
  • Loading branch information
nathanpainchaud committed Dec 11, 2024
1 parent ee790ab commit 7bffb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightning_hydra_template/configs/train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ train: True

# evaluate on test set, using best model weights achieved during training
# lightning chooses best weights based on the metric specified in checkpoint callback
test: True
test: False

# compile model with pytorch 2.0
compile:
Expand Down

0 comments on commit 7bffb1b

Please sign in to comment.