-
The C# API now mostly follow libTorch design. I think we need to check if this match C# users expectations.
-
We have a strange bug where LibTorch doesn't successfully link to `cudnn_ops_train64.dll ` on Windows.
The packages we build place these in the usual `runtimes\win-x64\native` directory along with …
dsyme updated
3 years ago
-
Native DLLs are not being found in `libtorch-cpu` package which is referenced transitively from TorchSharp and DiffSharp
## Analysis
Possible causes either
1. There is no managed DLL in the `…
dsyme updated
3 years ago
-
Please provide KelpNet examples demonstrating inferences using the following [ONNX](https://github.com/onnx/models#machine_comprehension)
- [GPT-2](https://github.com/onnx/models/tree/master/text/mac…
-
Could anyone help me with the installation?
I tried to install it by NuGet VS2015, but with following error:
"Could not install package 'TorchSharp 0.3.52363'. You are trying to install this pac…
-
#158 added interim float16 support.
However PyTorch [only implements float16 on the GPU](https://github.com/pytorch/pytorch/issues/34219#issuecomment-594738517).
> Arithmetic (add, sub, mul, d…
dsyme updated
4 years ago
-
Comment from DIffsharp:
// TODO (important): we need to do *both* this Torch.SetSeed and CUDA SetSeed when device is GPU. CPU seed and CUDA seed are handled separately in torch and libtorch…
dsyme updated
4 years ago
-
I'm looking for a tensor library that can do slicing and indexing. The c++ libtorch can do that very well but I see that it is not included in this package. Would it be possible to add? I tried to do …
-
I'm just starting to use FSI package maangement and noticed a few things. I'll use this issue to document oddities or bugs as I notice them.
#### Delayed feedback on executing `#r "nuget..."`
…
dsyme updated
4 years ago
-
The testing work here https://github.com/xamarin/TorchSharp/issues/143 has raised some issues. For each we should compare to PyTorch
1. Should save/load on a GPU tensor bring it back as a GPU tenso…
dsyme updated
4 years ago