onnxruntime/docs/reference/api/training-pytorch.md

19 lines
334 B
Markdown
Raw Normal View History

---
title: Training API
parent: API docs
grand_parent: Reference
nav_order: 10
---
# Training API (PyTorch)
{: .no_toc }
The ORT Training API is a PyTorch frontend that implements the torch.nn.Module interface.
## Contents
{: .no_toc }
* TOC placeholder
{:toc}
## Samples
[ONNX Runtime Training Examples](../../tutorials/training)