Skip to content

Commit

Permalink
Adding Torch links to the pytorch page
Browse files Browse the repository at this point in the history
  • Loading branch information
neomatrix369 committed Jan 20, 2020
1 parent 631a772 commit ad42052
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion details/pytorch.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# PyTorch

PyTorch is an open source machine learning library based on the Torch library, used for applications such as computer vision and natural language processing.
PyTorch is an open source machine learning library based on the [Torch library](http://torch.ch/), used for applications such as computer vision and natural language processing.

- [Pytorch](https://pytorch.org/)
- [libTorch](https://pytorch.org/cppdocs/installing.html) - C++ bindings used by [PyTorch](https://pytorch.org/)
- [Torch7](https://github.com/torch/torch7) | [GitHub: Torch](https://github.com/torch)

## Docs

Expand Down

0 comments on commit ad42052

Please sign in to comment.