Skip to content

Commit 6eaacd0

Browse files
authored
intermediate_source/autograd_saved_tensors_hooks_tutorial.py 오타수정 (#684)
1 parent 36938b4 commit 6eaacd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/autograd_saved_tensors_hooks_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def forward(self, x):
305305

306306
######################################################################
307307
# 실제로 A100 GPU에서 배치크기가 256인 ResNet-152의 경우 이는 GPU 메모리 사용량이
308-
# 48G에서 5GB로 줄어들지만, 이는 6배 느려지는 댓가를 치뤄야합니다.
308+
# 48G에서 5GB로 줄어들지만, 이는 6배 느려지는 대가를 치러야합니다.
309309
#
310310
# 물론 네트워크 특정부분만 CPU에 저장하여 절충안을 조정할 수 있습니다.
311311
#

0 commit comments

Comments
 (0)