We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eac20e commit e350635Copy full SHA for e350635
beginner_source/Intro_to_TorchScript_tutorial.py
@@ -47,7 +47,7 @@
47
# 호출 중에 모듈에 의해 사용될 수 있습니다.
48
# 3. ``forward`` 함수. 모듈이 호출될 때 실행되는 코드입니다.
49
#
50
-# 작은 예제로 시작해 보겟습니다:
+# 작은 예제로 시작해 보겠습니다:
51
52
53
class MyCell(torch.nn.Module):
0 commit comments