CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
pytorch

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: pytorch/tutorials
Path: blob/main/intermediate_source/README.txt
Views: 494
1
Intermediate tutorials
2
----------------------
3
4
1. tensorboard_tutorial.py
5
Classifying Names with a Character-Level RNN
6
https://pytorch.org/tutorials/intermediate/tensorboard_tutorial.html
7
8
2. char_rnn_classification_tutorial.py
9
Classifying Names with a Character-Level RNN
10
https://pytorch.org/tutorials/intermediate/char_rnn_classification_tutorial.html
11
12
3. char_rnn_generation_tutorial.py
13
Generating Names with a Character-Level RNN
14
https://pytorch.org/tutorials/intermediate/char_rnn_generation_tutorial.html
15
16
4. seq2seq_translation_tutorial.py
17
Translation with a Sequence to Sequence Network and Attention
18
https://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html
19
20
5. reinforcement_q_learning.py
21
Reinforcement Learning (DQN) Tutorial
22
https://pytorch.org/tutorials/intermediate/reinforcement_q_learning.html
23
24
6. dist_tuto.rst
25
Writing Distributed Applications with PyTorch
26
https://pytorch.org/tutorials/intermediate/dist_tuto.html
27
28
7. spatial_transformer_tutorial
29
Spatial Transformer Networks Tutorial
30
https://pytorch.org/tutorials/intermediate/spatial_transformer_tutorial.html
31
32
8. flask_rest_api_tutorial.py
33
Deploying PyTorch and Building a REST API using Flask
34
https://pytorch.org/tutorials/intermediate/flask_rest_api_tutorial.html
35
36
9. nvfuser_intro_tutorial.py
37
Introduction to nvFuser
38
https://pytorch.org/tutorials/intermediate/nvfuser_intro_tutorial.html
39
40