* how to speedup inference on one node * index added * fixed * fixed * split to 2 guides * add build_onnx and build_openvino * add note border * fix * fix colab conflict Co-authored-by: binbin <binbin1.deng@intel.com>
37 lines
2.1 KiB
ReStructuredText
37 lines
2.1 KiB
ReStructuredText
Chronos How-to Guides
|
|
=========================
|
|
How-to guides are bite-sized, executable examples where users could check when meeting with some specific topic during the usage.
|
|
|
|
Forecasting
|
|
-------------------------
|
|
* `Create a forecaster <how-to-create-forecaster.html>`__
|
|
|
|
In this guidance, we demonstrate **how to create a Forecaster**. Including two ways of creating a forecaster and an explanation of some important parameters.
|
|
|
|
* `Train forecaster on single node <how_to_train_forecaster_on_one_node.html>`__
|
|
|
|
In this guidance, **we demonstrate how to train forecasters on one node**. In the training process, forecaster will learn the pattern (like the period, scale...) in history data. Although Chronos supports training on a cluster, it's highly recommeneded to try one node first before allocating a cluster to make life easier.
|
|
|
|
* `Tune forecaster on single node <how_to_tune_forecaster_model.html>`__
|
|
|
|
In this guidance, we demonstrate **how to tune forecaster on single node**. In tuning process, forecaster will find the best hyperparameter combination among user-defined search space, which is a common process if users pursue a forecaster with higher accuracy.
|
|
|
|
* `Speed up inference of forecaster through ONNXRuntime <how_to_speedup_inference_of_forecaster_through_ONNXRuntime.html>`__
|
|
|
|
In this guidance, **we demonstrate how to speed up inference of forecaster through ONNXRuntime**. In inferencing process, Chronos supports ONNXRuntime to accelerate inferencing which is helpful to users.
|
|
|
|
* `Speed up inference of forecaster through OpenVINO <how_to_speedup_inference_of_forecaster_through_OpenVINO.html>`__
|
|
|
|
In this guidance, **we demonstrate how to speed up inference of forecaster through OpenVINO**. In inferencing process, Chronos supports OpenVINO to accelerate inferencing which is helpful to users.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:hidden:
|
|
|
|
how-to-create-forecaster
|
|
how_to_train_forecaster_on_one_node
|
|
how_to_tune_forecaster_model
|
|
how_to_speedup_inference_of_forecaster_through_ONNXRuntime
|
|
how_to_speedup_inference_of_forecaster_through_OpenVINO
|
|
|