mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
Fix image display on pypi project description section (#166404)
Fixes https://github.com/pytorch/pytorch/issues/165559 Pull Request resolved: https://github.com/pytorch/pytorch/pull/166404 Approved by: https://github.com/malfet, https://github.com/Skylion007, https://github.com/Camyll
This commit is contained in:
parent
e3e93c7107
commit
a25818cf7e
|
|
@ -1,4 +1,4 @@
|
||||||

|

|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -72,7 +72,7 @@ Elaborating Further:
|
||||||
|
|
||||||
If you use NumPy, then you have used Tensors (a.k.a. ndarray).
|
If you use NumPy, then you have used Tensors (a.k.a. ndarray).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
PyTorch provides Tensors that can live either on the CPU or the GPU and accelerates the
|
PyTorch provides Tensors that can live either on the CPU or the GPU and accelerates the
|
||||||
computation by a huge amount.
|
computation by a huge amount.
|
||||||
|
|
@ -99,7 +99,7 @@ from several research papers on this topic, as well as current and past work suc
|
||||||
While this technique is not unique to PyTorch, it's one of the fastest implementations of it to date.
|
While this technique is not unique to PyTorch, it's one of the fastest implementations of it to date.
|
||||||
You get the best of speed and flexibility for your crazy research.
|
You get the best of speed and flexibility for your crazy research.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Python First
|
### Python First
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user