Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

beginner_source/basics/tensorqs_tutorial.py 오타 수정 #649

Closed
corazzon opened this issue Apr 4, 2023 · 0 comments
Closed

beginner_source/basics/tensorqs_tutorial.py 오타 수정 #649

corazzon opened this issue Apr 4, 2023 · 0 comments
Labels
내용 수정 오타 또는 잘못된 번역 수정

Comments

@corazzon
Copy link
Member

corazzon commented Apr 4, 2023

문서 URL

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

변경 사항

(1)어떤 단어 / 문장 / 내용이 (2)어떻게 변경되어야 한다고 생각하세요?

(1) 데이터를 복수할 필요가 없습니다.
(2) 데이터를 복사할 필요가 없습니다.
https://github.com/PyTorchKorea/tutorials-kr/blob/master/beginner_source/basics/tensorqs_tutorial.py#L19

추가 정보

위와 같이 생각하신 이유 또는 다른 참고할 정보가 있다면 알려주세요.

원문을 봤을 때 해당 단어가 copy 로 되어있기 때문에 복사로 수정이 필요합니다.

In fact, tensors and NumPy arrays can often share the same underlying memory, eliminating the need to copy data (see Bridge with NumPy). Tensors are also optimized for automatic differentiation (we’ll see more about that later in the Autograd section).

corazzon added a commit to corazzon/tutorials-kr that referenced this issue Apr 4, 2023
@corazzon corazzon added the 내용 수정 오타 또는 잘못된 번역 수정 label Apr 4, 2023
hyoyoung pushed a commit that referenced this issue Apr 5, 2023
@corazzon corazzon closed this as completed Apr 8, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
내용 수정 오타 또는 잘못된 번역 수정
Projects
None yet
Development

No branches or pull requests

1 participant