Skip to content

Training model using training, validation and test set #2135

Answered by Laughing-q
minhhotboy9x asked this question in Q&A
Discussion options

You must be logged in to vote

@minhhotboy9x the evaluation on val set is running during training by default, you don't need to worry about that.
To evaluate test set after training, you can run the following command:

yolo detect val model=best.pt data=your_data.yaml split=test

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@minhhotboy9x
Comment options

@glenn-jocher
Comment options

Answer selected by minhhotboy9x
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants