From 24f39f8548d0f3cee35911054cd82bd7e557121c Mon Sep 17 00:00:00 2001 From: "DESKTOP-AR48O7J\\JungHeeSun" Date: Sat, 21 May 2022 20:56:21 +0900 Subject: [PATCH] =?UTF-8?q?beginner/Intro=5Fto=5FTorchScript=5Ftutorial.ht?= =?UTF-8?q?ml=20=EA=B0=9C=EC=84=A0=20(=EC=98=A4=ED=83=80=EC=88=98=EC=A0=95?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beginner_source/Intro_to_TorchScript_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginner_source/Intro_to_TorchScript_tutorial.py b/beginner_source/Intro_to_TorchScript_tutorial.py index a555c631d..b341cda8d 100644 --- a/beginner_source/Intro_to_TorchScript_tutorial.py +++ b/beginner_source/Intro_to_TorchScript_tutorial.py @@ -47,7 +47,7 @@ # 호출 중에 모듈에 의해 사용될 수 있습니다. # 3. ``forward`` 함수. 모듈이 호출될 때 실행되는 코드입니다. # -# 작은 예제로 시작해 보겟습니다: +# 작은 예제로 시작해 보겠습니다: # class MyCell(torch.nn.Module):