PyTorch: Difference between revisions

From Tygron Preview Support Wiki
Jump to navigation Jump to search
Maxim@tygron.com (talk | contribs)
No edit summary
No edit summary
Line 5: Line 5:
{{article end
{{article end
|howtos=
|howtos=
* [[How to import an ONNX file]]
* [[How to import an ONNX file using drag and drop]]
* [[How to import an ONNX file for an Inference Overlay]]
|seealso=
|seealso=
* [[ONNX]]
* [[ONNX]]

Revision as of 13:01, 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.

PyTorch models can be converted to ONNX which can be imported into the Tygron Platform via the Inference Overlay.

References

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