beginner_source/ddp_series_intro.rst 번역 - #892
Merged
Merged
Conversation
Add keyword 'buffer' in Transactionguide
uddk6215
approved these changes
Sep 14, 2024
| model with DDP | ||
| 이 비디오 튜토리얼 시리즈는 PyTorch에서 DDP(Distributed Data Parallel)를 사용한 분산 학습에 대해 안내합니다. | ||
|
|
||
| 이 시리즈는 단순한 비분산 학습 작업에서 시작하여, 클러스터 내 여러 기기들(multiple machines)에서 학습 작업을 배포하는 것으로 마무리됩니다. 이 과정에서 `torchrun <https://pytorch.org/docs/stable/elastic/run.html>`__을 사용한 장애 허용(fault-tolerant) 분산 학습에 대해서도 배우게 됩니다. |
Contributor
There was a problem hiding this comment.
이전에 이 문서를 번역하신 분께도 드린 리뷰인데, 다시 한 번 제안드려 봅니다.
fault-tolerant distributed training이란 용어의 뜻을 보니 분산 시스템에서 하나 이상의 장치의 실패에도 계속해서 정상적으로 동작할 수 있는 능력으로 나오더라구요. 장애 허용을 결함 내성 정도로 표현하면 좀 더 직관적일 거 같습니다. :)
Contributor
Author
There was a problem hiding this comment.
저도 앞으론 전문 용어 번역할 때, 관련 지식을 확인해 보겠습니다. 피드백 감사합니다.
hyoyoung
requested changes
Sep 19, 2024
hyoyoung
left a comment
Member
There was a problem hiding this comment.
전반적으로 잘되어있으나 몇가지 확인하면 좋을 부분들이 있습니다.
확인 후에 수정 부탁드립니다
| ===================================================== | ||
|
|
||
| Authors: `Suraj Subramanian <https://github.com/suraj813>`__ | ||
| 저자: `Suraj Subramanian <https://github.com/suraj813>`__ |
| 저자: `Suraj Subramanian <https://github.com/suraj813>`__ | ||
|
|
||
| Follow along with the video below or on `youtube <https://www.youtube.com/watch/-K3bZYHYHEA>`__. | ||
| 아래 비디오를 보거나 `YouTube <https://www.youtube.com/watch/-K3bZYHYHEA>`__에서 함께 시청하세요. |
Member
There was a problem hiding this comment.
함께 시청할 수 있습니다. 혹은 함께 보실 수 있습니다. 정도로 의역하면 어떨까요?
|
|
||
| 튜토리얼 코드를 실행하려면 여러 개의 CUDA GPU가 필요합니다. 일반적으로 여러 GPU가 있는 클라우드 인스턴스에서 이를 수행할 수 있으며, 튜토리얼에서는 4개의 GPU가 탑재된 Amazon EC2 P3 인스턴스를 사용합니다. | ||
|
|
||
| 튜토리얼 코드는 이 `GitHub 저장소 <https://github.com/pytorch/examples/tree/main/distributed/ddp-tutorial-series>`__에 호스팅되어 있습니다. 저장소를 복제하고 함께 진행하세요! |
Member
There was a problem hiding this comment.
호스팅되어 있습니다. 보다는 올라와 있습니다. 혹은 공개되어있습니다. 정도로 의역하는게 어떨까요?
Contributor
Author
There was a problem hiding this comment.
수정했습니다! 너무 기계적인 말보단 적당히 의역이 필요하군요! 피드백 감사드립니다!
Contributor
|
번역하시느라 고생 많으셨습니다. |
9bow
approved these changes
Oct 15, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
라이선스 동의
변경해주시는 내용에 BSD 3항 라이선스가 적용됨을 동의해주셔야 합니다.
더 자세한 내용은 기여하기 문서를 참고해주세요.
동의하시면 아래
[ ]를[x]로 만들어주세요.관련 이슈 번호
이 Pull Request와 관련있는 이슈 번호를 적어주세요.
이슈 또는 PR 번호 앞에 #을 붙이시면 제목을 바로 확인하실 수 있습니다. (예. #999 )
PR 종류
이 PR에 해당되는 종류 앞의
[ ]을[x]로 변경해주세요.PR 설명
이 PR로 무엇이 달라지는지 대략적으로 알려주세요.
beginner_source/ddp_series_intro.rst 번역 완료.