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
 
(12 intermediate revisions by one other 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|PyTorch}} is a Python-based, open source, and production-ready AI framework that supports distributed training, graph mode, and cloud platforms.
 
PyTorch packages can be installed and managed using Conda. Conda-forge's Miniforge{{ref|Miniforge}} is an open-source application that allows you to create and manage conda environments.
 
Trained PyTorch Models can be exported using the [[ONNX]] file format, which in turn can be imported into the {{software}} as a [[Neural Network]] for an [[Inference Overlay]].


PyTorch models can be converted to [[ONNX]] which can be imported into the {{software}} via the [[Inference Overlay]].


{{article end
{{article end
|howtos=
|howtos=
* [[How to import an ONNX file]]
* [[How to export AI Training Data]]
* [[How to train your own AI model for an Inference Overlay]]
* [[How to import an ONNX file using drag and drop]]
* [[How to import an ONNX file for an Inference Overlay]]
* [[How to adjust a Neural Networks metadata]]
 
|seealso=
|seealso=
* [[ONNX]]
* [[ONNX]]
* [[Inference Overlay]]
* [[Inference Overlay]]
}}
* [[Neural Network]]
* [[Demo Training Data Project]]


==References==
|references=
<references>
<references>
<ref name="PyTorch">PyTorch ∙ found at: https://pytorch.org/ (last visited: 2024-09-21)</ref>
{{ref|PyTorch
  |name=PyTorch
  |link=https://pytorch.org/
  |lastvisit=2025-02-04
  |author= |page= |source=
}}
{{ref|Miniforge
  |name=Miniforge
  |link=https://conda-forge.org/download/
  |lastvisit=2025-10-13
  |author= |page= |source=
}}
</references>
</references>
}}
{{GeoDataOverview}}
{{GeoDataOverview}}

Latest revision as of 09:48, 17 October 2025

PyTorch[1] is a Python-based, open source, and production-ready AI framework that supports distributed training, graph mode, and cloud platforms.

PyTorch packages can be installed and managed using Conda. Conda-forge's Miniforge[2] is an open-source application that allows you to create and manage conda environments.

Trained PyTorch Models can be exported using the ONNX file format, which in turn can be imported into the Tygron Platform as a Neural Network for an Inference Overlay.