Skip to content

Commit fb7a1b7

Browse files
authored
fix typo, beginner_source/Intro_to_TorchScript_tutorial.py (#865)
1 parent 41e9834 commit fb7a1b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

โ€Žbeginner_source/Intro_to_TorchScript_tutorial.pyโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def forward(self, x, h):
114114
#
115115
# ์—ฌ๋Ÿฌ๋ถ„์€ ์ถœ๋ ฅ๋œ ๋‚ด์šฉ์—์„œ ``grad_fn`` ์„ ํ™•์ธํ•˜์…จ์„ ๊ฒƒ์ž…๋‹ˆ๋‹ค. ์ด๊ฒƒ์€
116116
# `Autograd <https://tutorials.pytorch.kr/beginner/blitz/autograd_tutorial.html>`__
117-
# ๋ผ ๋ถˆ๋ฆฌ๋Š” PyTorch์˜ ์ž๋™ ๋ฏธ๋ถ„ ๋ฐฉ๋ฒ•์˜ ์„ธ๋ถ€ ์ •๋ณด์ž…๋‹ˆ๋‹ค. ์š”์ปจ๋ฐ, ์ด ์‹œ์Šคํ…œ์€
117+
# ๋ผ ๋ถˆ๋ฆฌ๋Š” PyTorch์˜ ์ž๋™ ๋ฏธ๋ถ„ ๋ฐฉ๋ฒ•์˜ ์„ธ๋ถ€ ์ •๋ณด์ž…๋‹ˆ๋‹ค. ์š”์ปจ๋Œ€, ์ด ์‹œ์Šคํ…œ์€
118118
# ์ž ์žฌ์ ์œผ๋กœ ๋ณต์žกํ•œ ํ”„๋กœ๊ทธ๋žจ์„ ํ†ตํ•ด ๋ฏธ๋ถ„์„ ๊ณ„์‚ฐํ•  ์ˆ˜ ์žˆ๊ฒŒ ํ•ฉ๋‹ˆ๋‹ค. ์ด ๋””์ž์ธ์€
119119
# ๋ชจ๋ธ ์ œ์ž‘์— ์—„์ฒญ๋‚œ ์œ ์—ฐ์„ฑ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.
120120
#

0 commit comments

Comments
ย (0)