File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments