Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e86fdfa

Browse files
committed
Add readme for advanced and intermediate
1 parent 45393e5 commit e86fdfa

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

advanced_source/README.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Advanced Tutorials
2+
------------------
3+
4+
1. neural_style_tutorial.py
5+
Neural Transfer with PyTorch
6+
http://pytorch.org/tutorials/advanced/neural_style_tutorial.html
7+
8+
2. numpy_extensions_tutorial.py
9+
Creating extensions using numpy and scipy
10+
http://pytorch.org/tutorials/advanced/numpy_extensions_tutorial.html
11+
12+
3. c_extension.rst
13+
Custom C extensions for pytorch
14+
http://pytorch.org/tutorials/advanced/c_extension.html

intermediate_source/README.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Intermediate tutorials
2+
----------------------
3+
4+
1. char_rnn_classification_tutorial.py
5+
Classifying Names with a Character-Level RNN
6+
http://pytorch.org/tutorials/intermediate/char_rnn_classification_tutorial.html
7+
8+
2. char_rnn_generation_tutorial.py
9+
Generating Names with a Character-Level RNN
10+
http://pytorch.org/tutorials/intermediate/char_rnn_generation_tutorial.html
11+
12+
3. seq2seq_translation_tutorial.py
13+
Translation with a Sequence to Sequence Network and Attention
14+
http://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html
15+
16+
4. reinforcement_q_learning.py
17+
Reinforcement Learning (DQN) tutorial
18+
http://pytorch.org/tutorials/intermediate/reinforcement_q_learning.html

0 commit comments

Comments
 (0)