tutorials-kr icon indicating copy to clipboard operation
tutorials-kr copied to clipboard

intermediate_source/autograd_saved_tensors_hooks_tutorial.py 오탈자 및 내용수정

Open jh941213 opened this issue 1 year ago • 0 comments

문서 URL

수정이 필요한 URL을 남겨주세요. (예. https://tutorials.pytorch.kr/beginner/basics/intro.html)

  • URL: https://github.com/PyTorchKorea/tutorials-kr/blob/master/intermediate_source/autograd_saved_tensors_hooks_tutorial.py

변경 사항

1 : 미분자동화(autograd) 저장된 tensor를 위한 Hooks -> 미분 자동화(autograd)에서 저장된 tensor를 위한 Hooks / 띄어쓰기 및 2 : # 파이토치는 일반적으로 역전파를 사용하여 기울기를 계산합니다. -> # 파이토치는 일반적으로 역전파를 통해 기울기를 계산합니다.

추가 정보

위와 같이 생각하신 이유 또는 다른 참고할 정보가 있다면 알려주세요. 1 : 미분 자동화 띄어쓰기와, ~에서 조사 추가로 자연스러운 문장으로 수정 2 : 자연스러운 문장으로 수정

jh941213 avatar Aug 11 '24 11:08 jh941213