File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- ![ PyTorch Logo] ( https://github.com/pytorch/pytorch/blob/9708fcf92db88b80b9010c68662d634434da3106 /docs/source/_static/img/pytorch-logo-dark.png )
1+ ![ PyTorch Logo] ( https://github.com/pytorch/pytorch/raw/main /docs/source/_static/img/pytorch-logo-dark.png )
22
33--------------------------------------------------------------------------------
44
@@ -72,7 +72,7 @@ Elaborating Further:
7272
7373If you use NumPy, then you have used Tensors (a.k.a. ndarray).
7474
75- ![ Tensor illustration] ( https://github.com/pytorch/pytorch/blob/9708fcf92db88b80b9010c68662d634434da3106 /docs/source/_static/img/tensor_illustration.png )
75+ ![ Tensor illustration] ( https://github.com/pytorch/pytorch/raw/main /docs/source/_static/img/tensor_illustration.png )
7676
7777PyTorch provides Tensors that can live either on the CPU or the GPU and accelerates the
7878computation by a huge amount.
@@ -99,7 +99,7 @@ from several research papers on this topic, as well as current and past work suc
9999While this technique is not unique to PyTorch, it's one of the fastest implementations of it to date.
100100You get the best of speed and flexibility for your crazy research.
101101
102- ![ Dynamic graph] ( https://github.com/pytorch/pytorch/blob/9708fcf92db88b80b9010c68662d634434da3106 /docs/source/_static/img/dynamic_graph.gif )
102+ ![ Dynamic graph] ( https://github.com/pytorch/pytorch/raw/main /docs/source/_static/img/dynamic_graph.gif )
103103
104104### Python First
105105
You can’t perform that action at this time.
0 commit comments