Skip to content
Discussion options

You must be logged in to vote

Instead of having a CLI with subcommands, you can use the instantiation only mode and call test right after fit.

However, a fair warning. The test set should be used as few times as possible. Measuring performance on the test set too often is a bad practice because you end up optimizing on the test. So, technically it is better to use the test subcommand giving explicitly a checkpoint (only one among many you may have) and not plan to run the test for every fit you do.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Hannibal046
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment