Skip to content

Commit 3de660e

Browse files
authored
Update README.md
1 parent 2183695 commit 3de660e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you're new to PyTorch, first read [Deep Learning with PyTorch: A 60 Minute Bl
88

99
---
1010

11-
**27 Feb 2019**: The object detection tutorial is finally complete :)
11+
**27 Jan 2020**: The code for two new tutorials added — [Super-Resolution](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Super-Resolution) and [Machine Translation](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Machine-Translation)
1212

1313
---
1414

@@ -20,8 +20,8 @@ Image Captioning | [_Show, Attend, and Tell_](https://arxiv.org/abs/1502.03044)
2020
Sequence Labeling | [_Empower Sequence Labeling with Task-Aware Neural Language Model_](https://arxiv.org/abs/1709.04109) | [a PyTorch Tutorial to Sequence Labeling](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Sequence-Labeling) | Complete
2121
Object Detection | [_SSD: Single Shot MultiBox Detector_](https://arxiv.org/abs/1512.02325) | [a PyTorch Tutorial to Object Detection](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Object-Detection) | Complete
2222
Text Classification | [_Hierarchical Attention Networks for Document Classification_](https://www.semanticscholar.org/paper/Hierarchical-Attention-Networks-for-Document-Yang-Yang/1967ad3ac8a598adc6929e9e6b9682734f789427) | [a PyTorch Tutorial to Text Classification](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Text-Classification) | Code complete, tutorial in-progress
23-
Super-Resolution | [_Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network_](https://arxiv.org/abs/1609.04802) | a PyTorch Tutorial to Super-Resolution | In-progress
24-
Machine Translation | [_Attention Is All You Need_](https://arxiv.org/abs/1706.03762) | a PyTorch Tutorial to Machine Translation | Planned
23+
Super-Resolution | [_Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network_](https://arxiv.org/abs/1609.04802) | [a PyTorch Tutorial to Super-Resolution](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Super-Resolution) | Code complete, tutorial in-progress
24+
Machine Translation | [_Attention Is All You Need_](https://arxiv.org/abs/1706.03762) | [a PyTorch Tutorial to Machine Translation](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Machine-Translation) | Code complete, tutorial in-progress
2525
Text Recognition | [_An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition_](https://arxiv.org/abs/1507.05717) | a PyTorch Tutorial to Text Recognition | Planned
2626
Text Summarization | [_Get To The Point: Summarization with Pointer-Generator Networks_](https://arxiv.org/abs/1704.04368) | a PyTorch Tutorial to Text Summarization | Planned
2727
Semantic Segmentation | [_Pyramid Scene Parsing Network_](https://arxiv.org/abs/1612.01105) | a PyTorch Tutorial to Semantic Segmentation | Planned

0 commit comments

Comments
 (0)