ipex-llm/docs/readthedocs/source/doc/Nano/Howto/Training/index.rst
Yuwen Hu c31136df0b [Nano] Improve How-to Guides Navigations (#7396)
* Remove deprecated option enable_auto_doc_ref for recommonmark

* Add first level navigation structure for Nano how-to guides

* Update navigation for How-to Training part

* Update navigation for How-to Inference part

* Update navigation for How-to Preprocessing/Install part and other small fixes

* Fix wrong link path caused by position changes of how-to install related guides

* Small fix
2023-02-03 09:37:10 +08:00

42 lines
No EOL
964 B
ReStructuredText

Training Optimization
=========================
Here you could find detailed guides on how to apply BigDL-Nano to optimize your training workloads. Select your desired use case below for further navigation:
.. grid:: 1 2 2 2
.. grid-item::
.. button-link:: PyTorchLightning/index.html
:color: primary
:expand:
:outline:
I am a **PyTorch Lightning** user.
.. grid-item::
.. button-link:: PyTorch/index.html
:color: primary
:expand:
:outline:
I am a **PyTorch** user.
.. grid-item::
.. button-link:: TensorFlow/index.html
:color: primary
:expand:
:outline:
I am a **TensorFlow** user.
.. grid-item::
.. button-link:: General/index.html
:color: primary
:expand:
:outline:
I want to know general optimization tips.