Skip to content
Snippets Groups Projects
Commit a04e55e8 authored by Franck Galpin's avatar Franck Galpin
Browse files

Merge branch 'test_fix_documentation' into 'VTM-11.0_nnvc'

Fix issue #116.

Closes #116

See merge request !287
parents 150bf94b 284c62c1
No related branches found
No related tags found
1 merge request!287Fix issue #116.
Pipeline #14135 passed
# Training Stage 3 # Training Stage 3
Use the json files in LOP4 Use the json files in LOP4
``` ```
python3 src/training/tools/create_config.py src/training/training_scripts/NN_Filtering/common/common_config.json src/training/training_scripts/NN_Filtering/LOP4/lop3_config.json src/training/training_scripts/NN_Filtering/LOP4/model/model.json src/training/training_scripts/NN_Filtering/LOP4/paths.json > my_config.json python3 src/training/tools/create_config.py src/training/training_scripts/NN_Filtering/common/common_config.json src/training/training_scripts/NN_Filtering/LOP4/lop4_config.json src/training/training_scripts/NN_Filtering/LOP4/model/model.json src/training/training_scripts/NN_Filtering/LOP4/paths.json > my_config.json
python3 training_scripts/NN_Filtering/common/training/main.py --json_config my_config.json --stage 3 python3 training_scripts/NN_Filtering/common/training/main.py --json_config my_config.json --stage 3
``` ```
...@@ -11,4 +11,4 @@ Converting to SADL model ...@@ -11,4 +11,4 @@ Converting to SADL model
python3 training_scripts/NN_Filtering/common/convert/to_sadl.py --json_config my_config.json --input_model stage3/training --output_model stage3/conversion/full_path_filename python3 training_scripts/NN_Filtering/common/convert/to_sadl.py --json_config my_config.json --input_model stage3/training --output_model stage3/conversion/full_path_filename
``` ```
Quantization of the model: See LOP4/quantize/quantize.txt Quantization of the model: See LOP4/quantize/quantize_lop4.txt
...@@ -11,7 +11,7 @@ Converting to SADL model ...@@ -11,7 +11,7 @@ Converting to SADL model
python3 training_scripts/NN_Filtering/common/convert/to_sadl.py --json_config my_config.json --input_model stage3/training --output_model stage3/conversion/full_path_filename python3 training_scripts/NN_Filtering/common/convert/to_sadl.py --json_config my_config.json --input_model stage3/training --output_model stage3/conversion/full_path_filename
``` ```
Quantization of the model: See directory VLOP3/quantize/quantize.txt Quantization of the model: See directory VLOP3/quantize/quantize_vlop3.txt
# Inference # Inference
Inference follows the NNVC LOP4 configuration. Inference follows the NNVC LOP4 configuration.
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