-
WIP Godot RL using c# and Torchsharp exposed as GDExtension
https://github.com/edbeeching/godot_rl_agents/issues/104#issuecomment-1637026695
https://github.com/edbeeching/godot_rl_agents/discussio…
-
With a simple call to Sequential
```
var a = torch.nn.Sequential();
```
from unit test it can work, but when call from test project it throws exception.
```
System.OverflowException: Arith…
-
**Is your feature request related to a problem? Please describe.**
===============================================
The pain points of [the Apr 2021 ML.NET survey](https://devblogs.microsoft.com/dotn…
-
I believe it's more of a personal case, for most customers they can simply upgrade their GPU driver to >525 and use cuda 12 runtime. However, updating GPU driver is not an option to me so I'm stuck wi…
-
I am trying to use latest TorchSharp in my C# project .
Running TorchSharp program as an standalone exe throws no errors and outputs just fine.
However, when referencing the dll with the exact…
-
Part of the problem underlying stuff like #347 is the need for this "loading logic" in TorchSharp at all, it's a mess especially the cases for F# Interactive.
On talking it through with @gbaydin, …
dsyme updated
3 years ago
-
**System Information (please complete the following information):**
- OS & Version: [e.g. Windows 10]
- ML.NET Version: [e.g. ML.NET v2.0.0]
- .NET Version: [e.g. .NET 4.7.2]
- Microsoft.ML.To…
-
Currently, we have [PyToCs](https://github.com/uxmal/pytocs) to convert Python code to C#
There are projects e.g. Numpy.NET and TorchSharp which use Code Synthetic structures as close to Python cod…
-
Goal: Provide a type for use as both exchange and interop that represents multi-dimensional data if a single primitive Type. Implement arithmetic and linear algebra operations so that the type can se…
-
https://github.com/dotnet/TorchSharp/issues/1314#issuecomment-2133339026