Skip to content

Best model selection uses test set instead of validation set #7

@meaten

Description

@meaten

Thanks for your great work!

I noticed that the training code seems to select the best model using the test set, since the dataset class only uses a boolean flag training (True for training data, False for test data).

For a fair evaluation, it would be better to use a separate validation set for model selection instead of relying on the test set. This ensures that the reported test performance truly reflects generalization, without being indirectly optimized during training.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions