mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-16 18:31:27 +00:00
18 lines
320 B
Markdown
18 lines
320 B
Markdown
|
|
---
|
||
|
|
title: Training API
|
||
|
|
parent: API docs
|
||
|
|
grand_parent: Reference
|
||
|
|
---
|
||
|
|
|
||
|
|
# 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)
|