Skip to content
Snippets Groups Projects
Commit 7b184471 authored by Manon Blanco's avatar Manon Blanco
Browse files

Add an `Evaluate` section in the training documentation

parent cb9dd9bc
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