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

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

@ysangj

Description

@ysangj

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

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

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions