Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

3장 96 페이지 코드 오타 #25

Open
ysangj opened this issue Mar 18, 2020 · 0 comments
Open

3장 96 페이지 코드 오타 #25

ysangj opened this issue Mar 18, 2020 · 0 comments

Comments

@ysangj
Copy link
Collaborator

ysangj commented Mar 18, 2020

test_loss_before = criterion(torch.squeeze(model(x_test)), y_test)

를 다음과 같이 바꿔 줘야 합니다.

test_loss = criterion(model(x_test).squeeze(), y_test)

베타 리더들의 피드백 중 하나였던 이슈입니다. 전체 코드에는 이미 수정이 이미 되있습니다.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant