PyTorch: Difference between revisions

From Tygron Preview Support Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 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]].


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
Line 9: Line 12:
* [[How to import an ONNX file using drag and drop]]
* [[How to import an ONNX file using drag and drop]]
* [[How to import an ONNX file for an Inference Overlay]]
* [[How to import an ONNX file for an Inference Overlay]]
* [[How to adjust a Neural Networks metadata]]
|seealso=
|seealso=
* [[ONNX]]
* [[ONNX]]
Line 14: Line 19:
* [[Neural Network]]
* [[Neural Network]]
* [[Demo Training Data Project]]
* [[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.