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
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@ PyTorch Tutorials
2
2
-----------------
3
3
4
4
5
-
1.[Deep Learning with PyTorch: a 60-minute blitz](Deep Learning with PyTorch.ipynb)
5
+
1.[Deep Learning with PyTorch: a 60-minute blitz](Deep%20Learning%20with%20PyTorch.ipynb)
6
6
- A perfect introduction to PyTorch's torch, autograd, nn and optim APIs
7
-
- If you are a former Torch user, you can check out this instead: [Introduction to PyTorch for former Torchies](Introduction to PyTorch for former Torchies.ipynb)
7
+
- If you are a former Torch user, you can check out this instead: [Introduction to PyTorch for former Torchies](Introduction%20to%20PyTorch%20for%20former%20Torchies.ipynb)
8
8
2. Custom C extensions
9
9
-[Write your own C code that interfaces into PyTorch via FFI](Creating%20Extensions%20using%20FFI.md)
10
-
3.[Writing your own neural network module that uses numpy and scipy](Creating extensions using numpy and scipy.ipynb)
11
-
4.[Reinforcement (Q-)Learning with PyTorch](Reinforcement(Q-)Learning with PyTorch.ipynb)
10
+
3.[Writing your own neural network module that uses numpy and scipy](Creating%20extensions%20using%20numpy%20and%20scipy.ipynb)
11
+
4.[Reinforcement (Q-)Learning with PyTorch](Reinforcement%20(Q-)Learning%20with%20PyTorch.ipynb)
0 commit comments