You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,7 @@ The following was tested on Windows.
45
45
2. Download and compile [libTorchSharp](https://github.com/interesaaat/LibTorchSharp/), and make it available to the
46
46
dynamic linker.
47
47
3. Run `dotnet run` in the `Test` subfolder.
48
+
49
+
Examples
50
+
===========
51
+
Porting of the more famous network architectures to TorchSharp is in progress. For the moment we only support [MNIST](https://github.com/interesaaat/TorchSharp/blob/master/Examples/MNIST.cs).
0 commit comments