Chronos: Add how-to guides for exporting ONNX/OpenVINO files to disk (#6234)
* create how-to guides for export model files to onnx/openvino * add how to export onnx files * add to doc * hide the training process * fix * add how to export openvino files * fix onnx * fix nblink * fix onnx * change import * fix onnx * update some descriptions * update yml file
This commit is contained in:
		
							parent
							
								
									6245a4525b
								
							
						
					
					
						commit
						662628f4db
					
				
					 4 changed files with 11 additions and 1 deletions
				
			
		| 
						 | 
					@ -178,6 +178,8 @@ subtrees:
 | 
				
			||||||
                - file: doc/Chronos/Howto/how_to_speedup_inference_of_forecaster_through_OpenVINO
 | 
					                - file: doc/Chronos/Howto/how_to_speedup_inference_of_forecaster_through_OpenVINO
 | 
				
			||||||
                - file: doc/Chronos/Howto/how_to_evaluate_a_forecaster
 | 
					                - file: doc/Chronos/Howto/how_to_evaluate_a_forecaster
 | 
				
			||||||
                - file: doc/Chronos/Howto/how_to_generate_confidence_interval_for_prediction
 | 
					                - file: doc/Chronos/Howto/how_to_generate_confidence_interval_for_prediction
 | 
				
			||||||
 | 
					                - file: doc/Chronos/Howto/how_to_export_onnx_files
 | 
				
			||||||
 | 
					                - file: doc/Chronos/Howto/how_to_export_openvino_files
 | 
				
			||||||
          - file: doc/Chronos/QuickStart/index
 | 
					          - file: doc/Chronos/QuickStart/index
 | 
				
			||||||
            title: "Tutorials"
 | 
					            title: "Tutorials"
 | 
				
			||||||
            subtrees:
 | 
					            subtrees:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,3 @@
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					    "path": "../../../../../../python/chronos/colab-notebook/howto/how_to_export_onnx_files.ipynb"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,3 @@
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					    "path": "../../../../../../python/chronos/colab-notebook/howto/how_to_export_openvino_files.ipynb"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -17,3 +17,5 @@ Forecasting
 | 
				
			||||||
* `Speed up inference of forecaster through OpenVINO <how_to_speedup_inference_of_forecaster_through_OpenVINO.html>`__
 | 
					* `Speed up inference of forecaster through OpenVINO <how_to_speedup_inference_of_forecaster_through_OpenVINO.html>`__
 | 
				
			||||||
* `Evaluate a forecaster <how_to_evaluate_a_forecaster.html>`__
 | 
					* `Evaluate a forecaster <how_to_evaluate_a_forecaster.html>`__
 | 
				
			||||||
* `Generate confidence interval for prediction <how_to_generate_confidence_interval_for_prediction.html>`__
 | 
					* `Generate confidence interval for prediction <how_to_generate_confidence_interval_for_prediction.html>`__
 | 
				
			||||||
 | 
					* `Export the ONNX model files to disk <how_to_export_onnx_files.html>`__
 | 
				
			||||||
 | 
					* `Export the OpenVINO model files to disk <how_to_export_openvino_files.html>`__
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue