PyTorch: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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 | A PyTorch model can be converted to an [[ONNX]] file, which in turn can be imported into the {{software}} as a [[Neural Network]] for an [[Inference Overlay]]. | ||
{{article end | {{article end |
Revision as of 13:58, 29 January 2025
PyTorch[1] is a Python-based, open source, and production-ready AI framework that supports distributed training, graph mode, and cloud platforms.
A PyTorch model can be converted to an ONNX file, which in turn can be imported into the Tygron Platform as a Neural Network for an Inference Overlay.
How-to's
See also
References
- ↑ PyTorch ∙ found at: https://pytorch.org/ (last visited: 2024-09-21)