You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
p164 코드 관련 문의 입니다.
forward 함수의 return 값이 F.log_softmax(x, dim=1) 입니다.
그런데 loss를 구할 때 F.cross_entropy 함수를 사용하고 있습니다.
이 함수는 내부적으로 log_softmax를 호출하는데
이렇게 되면 모델의 output 값에 log_softmax를 두번 적용하게 되는 것 같아서요.
forward 함수의 return 값을 그냥 x로 두는게 맞지 않을까 해서 문의 드립니다.
The text was updated successfully, but these errors were encountered: