Shortcuts

Template Tutorial

Author: FirstName LastName

What you will learn
  • Item 1

  • Item 2

  • Item 3

Prerequisites
  • PyTorch v2.0.0

  • GPU ???

  • Other items 3

If you have a video, add it here like this:

To test your tutorial locally, you can do one of the following:

  • You can control specific files that generate the results by using GALLERY_PATTERN environment variable. The GALLERY_PATTERN variable respects regular expressions. For example to run only neural_style_transfer_tutorial.py, use the following command:

    GALLERY_PATTERN="neural_style_transfer_tutorial.py" make html
    

    or

    GALLERY_PATTERN="neural_style_transfer_tutorial.py" sphinx-build . _build
    
  • Make a copy of this repository and add only your tutorial to the beginner_source directory removing all other tutorials. Then run make html.

Verify that all outputs were generated correctly in the created HTML.

Overview

Describe Why is this topic important? Add Links to relevant research papers.

This tutorial walks you through the process of….

Steps

Example code (the output below is generated automatically):

import torch
x = torch.rand(5, 3)
print(x)
tensor([[0.8698, 0.6446, 0.4650],
        [0.3003, 0.7285, 0.6221],
        [0.4047, 0.8337, 0.9632],
        [0.6786, 0.8221, 0.9607],
        [0.6312, 0.7639, 0.6732]])

(Optional) Additional Exercises

Add additional practice exercises for users to test their knowledge. Example: NLP from Scratch.

Conclusion

Summarize the steps and concepts covered. Highlight key takeaways.

Further Reading

  • Link1

  • Link2

Total running time of the script: ( 0 minutes 0.007 seconds)

Gallery generated by Sphinx-Gallery


더 궁금하시거나 개선할 내용이 있으신가요? 커뮤니티에 참여해보세요!


이 튜토리얼이 어떠셨나요? 평가해주시면 이후 개선에 참고하겠습니다! :)

© Copyright 2018-2023, PyTorch & 파이토치 한국 사용자 모임(PyTorch Korea User Group).

Built with Sphinx using a theme provided by Read the Docs.

PyTorchKorea @ GitHub

파이토치 한국 사용자 모임을 GitHub에서 만나보세요.

GitHub로 이동

한국어 튜토리얼

한국어로 번역 중인 PyTorch 튜토리얼입니다.

튜토리얼로 이동

커뮤니티

다른 사용자들과 의견을 나누고, 도와주세요!

커뮤니티로 이동