PyTorch: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (8 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
PyTorch | 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]]. | |||
{{article end | {{article end | ||
|howtos= | |howtos= | ||
* [[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 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]] | ||
* [[Inference Overlay]] | * [[Inference Overlay]] | ||
* [[Neural Network]] | * [[Neural Network]] | ||
* [[Demo | * [[Demo Training Data Project]] | ||
|references= | |||
<references> | <references> | ||
{{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.
How-to's
- 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
See also
References
- ↑ PyTorch ∙ Found at: https://pytorch.org/ ∙ (last visited: 2025-02-04)
- ↑ Miniforge ∙ Found at: https://conda-forge.org/download/ ∙ (last visited: 2025-10-13)