We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92016cd commit 9de1575Copy full SHA for 9de1575
.gitignore
@@ -0,0 +1,2 @@
1
+.ipynb_checkpoints
2
+*~
README.md
@@ -4,4 +4,4 @@ PyTorch Tutorials
4
1. [Introduction to PyTorch for former Torchies](Introduction to PyTorch for former Torchies.ipynb)
5
- A perfect introduction to PyTorch's torch, autograd, nn and optim APIs for the former Torch user
6
2. Custom C extensions
7
- - Write your own C code that interfaces into PyTorch
+ - [Write your own C code that interfaces into PyTorch via FFI](Creating%20Extensions%20using%20FFI.md)
0 commit comments