Inflearn Community Q&A
오타 발견했어요 >_<
Resolved
Written on
·
47
·
Edited
0
강의와는 상관없지만, 번역자님의 강의라서 표시해봅니다.
249페이지
model_state_dict = troch.load("review_classifier.pth, map_location=device")
-->
model_state_dict = troch.load("review_classifier.pth", map_location=device)
255페이지
url 에 오타 rickipark -> rickiepark
url = ( 'https://raw.githubusercontent.com/rickiepark/llm-from-scratch'
'/main/ch07/01_main-chapter-code/instruction-data.json'
)
pytorchgpt-2self-attentiontransformerllm




