-
The TypeGeneration.tt file is very big and will cause unnecessary merge conflicts unless it is split up into pieces.
I suggest the following organization into separate files:
1. The Storage sub…
-
This will probably require a custom save logic or hooks into JIT save.
-
Follow on from #106
After discussing with @gbaydin today my proposal is that we remove the DiffSharp pacakge and have these three "top-level-entry-point" packages:
* package `DiffSharp-torch-cp…
dsyme updated
4 years ago
-
# Summary of your issue
Hello, I am interested in using this software. Just a few questions: Is it still maintained and how is the interop code created? Typed manually, or is an extraction tool used?…
-
I am trying to convert some ECMA XML docs to YAML, and I am getting this:
```
$ mono /cvs/ecma2yaml2/ECMA2Yaml/ECMA2Yaml/bin/Release/ECMA2Yaml.exe --source=/cvs/TorchSharp/ecmadocs/en --output=/cv…
-
### Current situation:
@interesaaat has done quite a bit of work on his fork of TorchSharp. He has also created a separate repo with C/C++ code, [LibTorchSharp](https://github.com/interesaaat/LibTorc…
-
Hi @interesaaat,
Thanks for the big effort to bring training to TorchSharp. Do you have a rough estimate of when all your efforts will be merged to `xamarin/TorchSharp`, and release on nuget?
Be…
-
e.g. to remove need for ToScalar() in weights.Eq(1.ToScalar()).Sum(new[] { 1L }) * (-1).ToScalar() + 0.5.ToScalar();
-
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](https://github.com/interesaaat/Lib…
-
We should have a traditional src/test/docs structure.