-
[`OptimizerParamGroup`](https://pytorch.org/cppdocs/api/classtorch_1_1optim_1_1_optimizer_param_group.html#_CPPv4N5torch5optim19OptimizerParamGroupE) is used to set different learning rates, weight de…
-
Hoping providing support!
Best regards,
-
Hi,
Currently, **TorchSharp.torchvision.transforms.functional** has all the implementations of transforms from Pytorch. I find some transforms, e.g., [Normalize](https://github.com/dotnet/TorchShar…
-
[TorchSharp integration to ML.NET](https://github.com/dotnet/machinelearning/projects/26#card-62428046)is currently being planned (supervised by @ericstj ) as recently shared/discussed by @NiklasGusta…
-
Is there an inconsistency between
https://github.com/xamarin/TorchSharp/blob/93a03123c7cf6657d479e89bb55902ae9db17794/src/Examples/MNIST.cs#L128
and
https://github.com/xamarin/TorchSharp/blob/93a03…
-
While working on other things and profiling cpu usage, I noticed that the `GetSlice` implementation in the Torch backend is somewhat unnecessarily complicated and it ends up consuming a lot of time (n…
-
This is all very new to me, so I apologise for using any incorrect terminology, and also if this is something fundamental that I've missed which is documented somewhere.
Using the MNIST example as …
-
Process terminated. A callback was made on a garbage collected delegate of type `TorchSharp!TorchSharp.torch+nn+CustomModule+ForwardFunctionC::Invoke`.
This happens, because one does not generally …
-
I would like to use a Dictionary to store submodules in my model, but RegisterComponents() only take effect for Module and Tensor fields. Shall I use something like TorchSharp.torch.nn.Sequential to w…
-
In the recently added feature, allowing Sequential to be constructed from a list rather than an ordered dictionary, the naming scheme is incorrect. It will prevent PyTorch state_dict() exports from be…