-
> The default branch master in repo TorchSharp should have branch protection rules, such as preventing force pushes and requiring PRs.
dsyme updated
3 years ago
-
> The repo TorchSharp contains the branch master which contains the deprecated branch name 'master'. It should use the name 'main'.
dsyme updated
3 years ago
-
Some test runs are flaky
### Example 1 - Mac
```
The active test run was aborted. Reason: Test host process crashed : [W upsampling.h:94] Warning: Default upsampling behavior when mode=kBilinea…
dsyme updated
3 years ago
-
[The Apr 2021 ML.NET survey](https://devblogs.microsoft.com/dotnet/ml-net-survey-machine-learning-in-net/) and the [result discussions](https://devblogs.microsoft.com/dotnet/ml-net-june-updates-model-…
-
All binding e.g. Rust, Go and others ( I may be wrong), clearly have a folder dedicated to all neural network implementation.
Just by looking at the number of files under the neural network folder,…
-
1. I'm not particularly tied to `open TorchSharp.Tensor` namespace. I'd be happy with `open TorchSharp` or anything that gives the ergonomics you want
2. When updating DiffSharp to latest I noti…
dsyme updated
3 years ago
-
As reported by @shonk-msft:
This shows the issue:
```C#
using System;
using System.Text;
using TorchSharp;
class Program
{
static void Main(string[] args)
{
// Create…
-
dsyme updated
3 years ago
-
By following memory guide, I added `GC.Collect` into my code after every epoch. The first such call after an epoch of training crashes with
> Fatal error. System.AccessViolationException: Attempted…
-
1. I believe the entire contents of `torch.functional` are misplaced.
2. `CustomModule` is a nested class inside `torch.nn`, but `Sequential` is directly in `TorchSharp.Modules` (personally prefer th…