We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
수정이 필요한 URL을 남겨주세요. (예. https://tutorials.pytorch.kr/beginner/basics/intro.html)
(1)어떤 단어 / 문장 / 내용이 (2)어떻게 변경되어야 한다고 생각하세요? https://github.com/PyTorchKorea/tutorials-kr/blob/master/beginner_source/torchtext_translation.py#L67
torchtext.vocab.Vocab Class의 생성자에서 specials= 인자를 부르는 대신, torchtext.vocab.vocab() 을 사용하여 Vocab Object를 반환받습니다.
torchtext.vocab.Vocab
specials=
torchtext.vocab.vocab()
위와 같이 생각하신 이유 또는 다른 참고할 정보가 있다면 알려주세요.
https://pytorch.org/text/stable/vocab.html
The text was updated successfully, but these errors were encountered:
beginner/torchtext_translation 변경사항 반영 등 (#644)
5ef23a7
beginner/torchtext_translation 변경사항 반영 등 (#644) (#652)
4e81cc8
9bow
No branches or pull requests
문서 URL
수정이 필요한 URL을 남겨주세요. (예. https://tutorials.pytorch.kr/beginner/basics/intro.html)
변경 사항
(1)어떤 단어 / 문장 / 내용이 (2)어떻게 변경되어야 한다고 생각하세요?
https://github.com/PyTorchKorea/tutorials-kr/blob/master/beginner_source/torchtext_translation.py#L67
torchtext.vocab.Vocab
Class의 생성자에서specials=
인자를 부르는 대신,torchtext.vocab.vocab()
을 사용하여 Vocab Object를 반환받습니다.추가 정보
위와 같이 생각하신 이유 또는 다른 참고할 정보가 있다면 알려주세요.
https://pytorch.org/text/stable/vocab.html
The text was updated successfully, but these errors were encountered: