TorchSharpExamples
TorchSharpExamples copied to clipboard
Repository for TorchSharp examples and tutorials.
Hello, I am trying to translate this project into Chinese while studying. How can I contribute the results? Or create a new repository?
https://github.com/dotnet/TorchSharpExamples/tree/f0a1deb6252dc686959d9ddb88f478442a0245ae/tutorials/FSharp/runs/trivial/Oct4_19-46-24_NiklasGWorkstation looks like accidental output run file from @NiklasGustafsson
Is there interest to port [torch-summary ](https://github.com/tyleryep/torchinfo)to TorchSharp.Summary ```python from torchsummary import summary model = ConvNet() summary(model, (1, 28, 28)) ``` So in TorchSharp notebook, we get: ``` ========================================================================================== Layer...
Making [HiddenLayer ](https://github.com/waleedka/hiddenlayer) available to .NET notebook [mid to long term vision]? A lightweight library for neural network graphs and training metrics for **ML.NET**, **TorchSharp** and perhaps **Tensorflow.NET** for .NET...
Originally posted in dotnet/TorchSharp by @jimquittenton: https://github.com/dotnet/TorchSharp/issues/586 The naming scheme for layers are different in the ResNet example model found in this repo and the ResNet models found in TorchVision,...
The community submitted PR for a tutorial on [SQuADv2.0](https://github.com/dotnet/TorchSharpExamples/pull/19) could be related to [squad-2-0](https://pytorch.org/text/stable/datasets.html#squad-2-0) and [question-answer](https://pytorch.org/text/stable/datasets.html#question-answer) This is part of TorchText. Is there a need to start organizing the TorchSharpExamples...
This is an [exploratory feedback/discussion](https://github.com/dotnet/interactive/issues/800#issuecomment-952342739) to democratize torchsharp tutorials/examples through github pages ( most likely via Blazor WebAssembly)  [Reference](https://github.com/dotnet/TorchSharp/issues/297#issue-927484610) [Discussion](https://github.com/dotnet/runtime/issues/59619#issuecomment-952354198) towards possible path towards **TorchSharp.Native.WebAssembly** nuget