gyeongin / TorchSharp

.NET bindings for the Pytorch engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status

Currently I am binding the Tensor APIs, opportunities to bind other APIs are wide open.

Running this

To run this, you will need libtorch and its dependencies (on Mac that includes libc10) installed in a location that your dynamic linker can get to.

Running On Linux (on Windows)

The following was tested on Ubuntu 18.04 on the Windows Subsytem for Linux.

  1. Install the .NET Core SDK.
  2. Install libtorch, and make it available to the dynamic linker.
  3. Run dotnet run in the Tester subfolder.

About

.NET bindings for the Pytorch engine

License:MIT License


Languages

Language:C# 100.0%Language:Smalltalk 0.0%