Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim authored Mar 10, 2022
1 parent c1a7307 commit 41144d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ WARNING: if you fork this repo, github actions will run daily on it. To disable

`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.

For tutorials: https://github.com/pytorch/tutorials
For changes to pytorch.org: https://github.com/pytorch/pytorch.github.io
For a general model hub: https://pytorch.org/hub/ or https://huggingface.co/models
For recipes on how to run PyTorch in production: https://github.com/facebookresearch/recipes
For general Q&A and support: https://discuss.pytorch.org/
* For tutorials: https://github.com/pytorch/tutorials
* For changes to pytorch.org: https://github.com/pytorch/pytorch.github.io
* For a general model hub: https://pytorch.org/hub/ or https://huggingface.co/models
* For recipes on how to run PyTorch in production: https://github.com/facebookresearch/recipes
* For general Q&A and support: https://discuss.pytorch.org/
## Available models
- [Image classification (MNIST) using Convnets](./mnist/README.md)
- [Word-level Language Modeling using RNN and Transformer](./word_language_model/README.md)
Expand Down

0 comments on commit 41144d0

Please sign in to comment.