Skip to main content
Torch.NET package icon

Torch.NET

Torch.NET brings the awesome Python package PyTorch to the .NET world. PyTorch offers Tensor computations and more with efficient GPU or multi-core CPU processing support and is to be considered one of the fundamental libraries for scientific computing, machine learning and AI in Python. Torch.NET empowers .NET developers to leverage PyTorch's extensive functionality including computational graphs with with multi-dimensional arrays, back-propagation, neural network implementations and many more via a compatible strong-typed API.

Total Downloads
5.5K
5,481
Published
Jul 21, 2019
Latest stable version

Install

.NET CLI
dotnet add package Torch.NET --version 3.7.1.1
Package Manager Console
Install-Package Torch.NET -Version 3.7.1.1
PackageReference
<PackageReference Include="Torch.NET" Version="3.7.1.1" />

Frameworks

.NETStandard2.0

Dependencies

Microsoft.CSharp
.NETStandard2.0
[4.5.0, )
Numpy.Bare
.NETStandard2.0
[3.7.1.6, )
[3.7.1, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.