dotnet / TorchSharp

A .NET library that provides access to the library that powers PyTorch.
MIT License
1.4k stars 182 forks source link

Adding Training to TorchSharp: First Step #78

Closed interesaaat closed 5 years ago

interesaaat commented 5 years ago

The new version of TorchSharp with training requires the addition of a C API over libTorch. The C API is contained into an external repository called LibTorchSharp. I chose to have a separate repo because I expect eventually LibTorchSharp to go away because:

Anyway, it will be great if we can move LibTorchSharp from my local repo to a xamarin repo and while we do this:

After all these, I think I can submit the PR adding training to TorchSharp.

interesaaat commented 5 years ago

Closing because the discussion is happening in #79.