Skip to content

gyeongin/TorchSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%