mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
add pic to readme
This commit is contained in:
parent
d6fa3b3fd5
commit
a0afb79898
|
|
@ -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.
|
||||
|
|
|
|||
BIN
docs/source/_static/img/dynamic_graph.gif
Normal file
BIN
docs/source/_static/img/dynamic_graph.gif
Normal file
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 |
Loading…
Reference in New Issue
Block a user