diff --git a/intermediate_source/char_rnn_generation_tutorial.py b/intermediate_source/char_rnn_generation_tutorial.py index 0d486f865..d4c5d5228 100644 --- a/intermediate_source/char_rnn_generation_tutorial.py +++ b/intermediate_source/char_rnn_generation_tutorial.py @@ -372,7 +372,7 @@ def timeSince(since): max_length = 20 -# 카테고리와 시작 문자로 부터 샘플링 하기 +# 카테고리와 시작 문자로부터 샘플링 하기 def sample(category, start_letter='A'): with torch.no_grad(): # 샘플링에서 히스토리를 추적할 필요 없음 category_tensor = categoryTensor(category)