PyTorch: Difference between revisions
Jump to navigation
Jump to search
(Created page with "PyTorch<ref name="PyTorch"/> is a Python-based, open source, and production-ready AI framework that supports distributed training, graph mode, and cloud platforms. PyTorch models can be converted to ONNX which can be imported into the {{software}}. {{article end |see also= * How to import an ONNX file |see also= * ONNX * Inference Overlay }} ==References== <references> <ref name="PyTorch">PyTorch ∙ found at: https://pytorch.org/ (last visited: 2024-...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
PyTorch<ref name="PyTorch"/> is a Python-based, open source, and production-ready AI framework that supports distributed training, graph mode, and cloud platforms. | PyTorch<ref name="PyTorch"/> is a Python-based, open source, and production-ready AI framework that supports distributed training, graph mode, and cloud platforms. | ||
PyTorch models can be converted to [[ONNX]] which can be imported into the {{software}}. | PyTorch models can be converted to [[ONNX]] which can be imported into the {{software}} via the [[Inference Overlay]]. | ||
{{article end | {{article end | ||
| | |howtos= | ||
* [[How to import an ONNX file]] | * [[How to import an ONNX file]] | ||
| | |seealso= | ||
* [[ONNX]] | * [[ONNX]] | ||
* [[Inference Overlay]] | * [[Inference Overlay]] |
Latest revision as of 09:40, 25 September 2024
PyTorch[1] is a Python-based, open source, and production-ready AI framework that supports distributed training, graph mode, and cloud platforms.
PyTorch models can be converted to ONNX which can be imported into the Tygron Platform via the Inference Overlay.
References
- ↑ PyTorch ∙ found at: https://pytorch.org/ (last visited: 2024-09-21)