PyTorch: Difference between revisions

From Tygron Preview Support Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
|howtos=
|howtos=
* [[How to import an ONNX file]]
* [[How to import an ONNX file]]
|see also=
|seealso=
* [[ONNX]]
* [[ONNX]]
* [[Inference Overlay]]
* [[Inference Overlay]]

Revision as of 09:37, 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.

References

  1. PyTorch ∙ found at: https://pytorch.org/ (last visited: 2024-09-21)