Skip to content

Commit

Permalink
Merge pull request #1 from JT-Ushio/patch-1
Browse files Browse the repository at this point in the history
add pytorch-warmup
  • Loading branch information
ybwu authored Jan 18, 2022
2 parents a6b788a + 5491c18 commit 6ddd661
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pytorch-warmup/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+ **pytorch basic operations** [Deep Learning with PyTorch: A 60 Minute Blitz](https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html)
+ **pytorch basic examples** [Learning PyTorch with Examples](https://pytorch.org/tutorials/beginner/pytorch_with_examples.html#)
+ **pytorch+NLP RNN Classification** [NLP From Scratch: Classifying Names with a Character-Level RNN](https://pytorch.org/tutorials/intermediate/char_rnn_classification_tutorial.html)
+ **pytorch+NLP Transformer Language Modeling** [Language Modeling with nn.Transformer and TorchText](https://pytorch.org/tutorials/beginner/transformer_tutorial.html)

0 comments on commit 6ddd661

Please sign in to comment.