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
안녕하세요. 학습 도중 책 내용에 오류가 있어 이슈를 작성하게 되었습니다.
80쪽 아래, super().init()에 대하여 소개하는 부분에서 부모 클래스를 의미한다는 설명이 있습니다. 책에서 부모 클래스가 Model 클래스라고 작성되어 있는데, nn.Module을 상속받았으니 부모 클래스는 nn.Module인 것으로 해석됩니다.
따라서 부모 클래스(Model 클래스)가 아닌 부모 클래스(nn.Module)로 수정되어야 합니다. 감사합니다.
부모 클래스(Model 클래스)
부모 클래스(nn.Module)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
안녕하세요.
학습 도중 책 내용에 오류가 있어 이슈를 작성하게 되었습니다.
80쪽 아래, super().init()에 대하여 소개하는 부분에서 부모 클래스를 의미한다는 설명이 있습니다.
책에서 부모 클래스가 Model 클래스라고 작성되어 있는데, nn.Module을 상속받았으니 부모 클래스는 nn.Module인 것으로 해석됩니다.
따라서
부모 클래스(Model 클래스)
가 아닌부모 클래스(nn.Module)
로 수정되어야 합니다.감사합니다.
The text was updated successfully, but these errors were encountered: