-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recipes_source/torch_logs.py 번역 #963
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 내용 검토 부탁드립니다.
# | ||
# Padding | ||
# 페딩 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
패딩으로 수정 요청 드립니다.
* Tokenize sentence | ||
* Apply transforms to sentence | ||
* Perform bucket batching | ||
다음 영어에서 독일어 번역을 수행할 수 있는 모델을 훈련하기 위해 데이터셋을 준비해야 한다고 가정해 보겠습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'다음'을 제거했을 때 문장이 더 자연스러워 보입니다.
# again returns an iterable of tuples representing each rows | ||
# of the tab-delimited file | ||
# 1. 2번째 줄에서 파일 이름의 반복가능한 객체를 생성하고 있습니다 | ||
# 2. 3번째 줄에서 해당 반복가능한 객체 `FileOpener`에 전달하고, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
해당 반복가능한 객체 -> 해당 반복가능한 객체를 로 수정하면 문장이 더 자연스러울 듯 합니다.
라이선스 동의
변경해주시는 내용에 BSD 3항 라이선스가 적용됨을 동의해주셔야 합니다.
더 자세한 내용은 기여하기 문서를 참고해주세요.
동의하시면 아래
[ ]
를[x]
로 만들어주세요.관련 이슈 번호
이 Pull Request와 관련있는 이슈 번호를 적어주세요.
이슈 또는 PR 번호 앞에 #을 붙이시면 제목을 바로 확인하실 수 있습니다. (예. #999 )
PR 종류
이 PR에 해당되는 종류 앞의
[ ]
을[x]
로 변경해주세요.PR 설명
이 PR로 무엇이 달라지는지 대략적으로 알려주세요.
recipes_source/torch_logs.py 번역