Skip to content

error while doing the evaluation of the trained model #123

Answered by davkovacs
YuanbinLiu asked this question in Q&A
Discussion options

You must be logged in to vote

You should use a .model file not a .pt file (which is just a checkpoint, but not the actual model)
You can easily convert between the two if you want to evaulate a specific checkpoint by re-running the training with restart latest option setting max num epochs to 0. This works if the specific .pt checkpoint is in the checkpoints directory.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ilyes319
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #122 on June 24, 2023 10:47.