tensor_illustration with correct numbers and better fonts for README file (#20751)

Summary:
Fix of README tensor image for issue #20641
Numbers are fixed, symbols made more readable.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/20751

Differential Revision: D15495706

Pulled By: ezyang

fbshipit-source-id: b6013574d16253ec681fc57143efe3d53952fbe9
This commit is contained in:
PgLoLo
2019-05-24 09:12:01 -07:00
committed by Facebook Github Bot
parent ef1fdc27a3
commit ec45baf4dd
2 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,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).
![Tensor illustration](https://github.com/pytorch/pytorch/blob/master/docs/source/_static/img/tensor_illustration.png) ![Tensor illustration](./docs/source/_static/img/tensor_illustration.png)
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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 11 KiB