Skip to content
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

#425 saving_loading_models.py torchScript 미번역분 번역 #609

Conversation

garlicvread
Copy link
Contributor

@garlicvread garlicvread commented Oct 22, 2022

라이선스 동의

변경해주시는 내용에 BSD 3항 라이선스가 적용됨을 동의해주셔야 합니다.

더 자세한 내용은 기여하기 문서를 참고해주세요.

동의하시면 아래 [ ][x]로 만들어주세요.

  • 기여하기 문서를 확인하였으며, 본 PR 내용에 BSD 3항 라이선스가 적용됨에 동의합니다.

관련 이슈 번호: #425

이 Pull Request와 관련있는 이슈 번호를 적어주세요.

이슈 또는 PR 번호 앞에 #을 붙이시면 제목을 바로 확인하실 수 있습니다. (예. #999 )

  • 이슈 번호: #(숫자)

PR 종류

이 PR에 해당되는 종류 앞의 [ ][x]로 변경해주세요.

  • 오탈자를 수정하거나 번역을 개선하는 기여
  • 번역되지 않은 튜토리얼을 번역하는 기여
  • 공식 튜토리얼 내용을 반영하는 기여
  • 위 종류에 포함되지 않는 기여

PR 설명

  • saving_loading_models.py 파일 내 TorchScript 미번역 문단의 국문 번역
  • 코드 주석 번역 추가
  • 기존 번역의 어색한 부분 일부 수정
  • 오픈소스 첫 기여라 재밌습니다 ㅎㅎ

### Motivation
- TorchScript 부분 미번역 문단

### Key Changes
- TorchScript 미번역 문단 국문 번역
- 코드 주석 번역 추가

### To Reviewers
- 오픈소스 첫 기여라 재밌습니다 ㅎㅎ
@garlicvread garlicvread changed the title saving_loading_models.py torchScript 미번역분 번역 #425 saving_loading_models.py torchScript 미번역분 번역 Oct 22, 2022
Copy link
Contributor Author

@garlicvread garlicvread left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오타 난 부분 수정해서 재업하겠습니다.

저장된 객체 파일들을 역직렬화하여 메모리에 올립니다. 이 함수는 데이터를 장치에
불러올 때도 사용합니다.
(`장치간 모델 저장하기 & 불러오기 <#device>`__ 참고)
저장된 객체 파일들을 역직렬화하여 메모리에 올립니다. 이 함수는 데이터를 장치에 불러
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

엇 이 부분은 수정해서 다시 PR 하겠습니다

@@ -13,14 +13,14 @@

1) `torch.save <https://pytorch.org/docs/stable/torch.html?highlight=save#torch.save>`__:
직렬화된 객체를 디스크에 저장합니다. 이 함수는 Python의
`pickle <https://docs.python.org/3/library/pickle.html>`__ 을 사용하여 직렬화합니다
`pickle <https://docs.python.org/3/library/pickle.html>`__ 을 사용하여 직렬화합니다.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

마침표 누락분 추가

불러올 때도 사용합니다.
(`장치간 모델 저장하기 & 불러오기 <#device>`__ 참고)
저장된 객체 파일들을 역직렬화하여 메모리에 올립니다. 이 함수는 데이터를 장치에 불러
때도 사용합니다.올
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

글자가 잘못 들어간 것 같습니다. :)

Suggested change
때도 사용합니다.
때도 사용합니다

Copy link
Member

@9bow 9bow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@garlicvread 님, PR 감사합니다!
일부 글자가 잘못 배치되거나 추가된 부분이 있어서 확인 부탁드립니다. :)

@9bow 9bow self-requested a review October 22, 2022 07:05
Copy link
Member

@9bow 9bow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

감사합니다. :)

@9bow 9bow merged commit ab9789e into PyTorchKorea:master Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants