add pic to readme

This commit is contained in:
Soumith Chintala 2017-01-16 18:32:40 -05:00
parent d6fa3b3fd5
commit a0afb79898
3 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,8 @@ Elaborating further:
If you use numpy, then you have used Tensors (a.k.a ndarray).
<p align=center><img width="30%" src="docs/source/_static/img/tensor_illustration.png" /></p>
PyTorch provides Tensors that can live either on the CPU or the GPU, and accelerate
compute by a huge amount.
@ -75,6 +77,8 @@ 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.
You get the best of speed and flexibility for your crazy research.
<p align=center><img width="80%" src="docs/source/_static/img/dynamic_graph.gif" /></p>
### Python first
PyTorch is not a Python binding into a monolothic C++ framework.

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB