Skip to content

Commit

Permalink
tensor_illustration with correct numbers and better fonts for README …
Browse files Browse the repository at this point in the history
…file (pytorch#20751)

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

Differential Revision: D15495706

Pulled By: ezyang

fbshipit-source-id: b6013574d16253ec681fc57143efe3d53952fbe9
  • Loading branch information
PgLoLo authored and facebook-github-bot committed May 24, 2019
1 parent ef1fdc2 commit ec45baf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Elaborating further:

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
computation by a huge amount.
Expand Down
Binary file modified docs/source/_static/img/tensor_illustration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec45baf

Please sign in to comment.