|
1 | 1 | #PyTorch Examples |
2 | 2 |
|
3 | | - |
4 | | - |
5 | 3 | https://pytorch.org/examples/ |
6 | 4 |
|
7 | 5 | `pytorch/examples` is a repository showcasing examples of using[PyTorch](https://github.com/pytorch/pytorch). The goal is to have curated, short, few/no dependencies_high quality_ examples that are substantially different from each other that can be emulated in your existing work. |
@@ -32,8 +30,6 @@ https://pytorch.org/examples/ |
32 | 30 | -[Image Classification Using Forward-Forward](./mnist_forward_forward/README.md) |
33 | 31 | -[Language Translation using Transformers](./language_translation/README.md) |
34 | 32 |
|
35 | | - |
36 | | - |
37 | 33 | Additionally, a list of good examples hosted in their own repositories: |
38 | 34 |
|
39 | 35 | -[Neural Machine Translation using sequence-to-sequence RNN with attention (OpenNMT)](https://github.com/OpenNMT/OpenNMT-py) |
|