Skip to content
Snippets Groups Projects
Commit 00f62040 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

Merge branch 'document-evaluate-command' into 'main'

Add an `Evaluate` section in the training documentation

See merge request !388
parents ee61228e 7b184471
No related branches found
No related tags found
1 merge request!388Add an `Evaluate` section in the training documentation
......@@ -39,6 +39,10 @@ output/
To train a DAN model, please refer to the [documentation of the training command](../usage/train/index.md).
## 3. Predict
## 3. Evaluate
Once the training is complete, you can evaluate your trained DAN model using the [evaluate command](../usage/evaluate/index.md).
## 4. Predict
Once the training is complete, you can apply a trained DAN model on an image using the [predict command](../usage/predict/index.md) and the `inference_parameters.yml` file, located in `{training.output_folder}/results`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment