Skip to content
New issue

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

Variable 관련 문의 드립니다. #1

Open
teddylee777 opened this issue Aug 1, 2022 · 0 comments
Open

Variable 관련 문의 드립니다. #1

teddylee777 opened this issue Aug 1, 2022 · 0 comments

Comments

@teddylee777
Copy link

저자님, 우선 좋은 책을 집필해 주셔서 진심으로 감사드립니다.

책을 읽던 중 Variable 관련 궁금한 사항이 있어 issue에 남깁니다.

p.199) 상단 3번째 line에

train = Variable(images.view(100, 1, 28, 28))
labels = Variable(labels)

로 되어 있고, 이후에도 images, labels에 동일하게 Variable로 wrapping이 되어 있습니다.

아마 책에서도 이와 관련 언급된 적이 있는 것 같은데, 어렴풋이 보고 넘어가서 정확히 어느 부분이었는지 기억이 잘안나네요 ㅠ

문의 드리고 싶은 점은,
Variable로 wrapping 하지 않아도 코드는 정상 동작하고,
Variable을 사용하는 것은 이전 0.4때부터 deprecated 된 legacy로 알고 있는데,
제가 혹시 잘못 알고 있는 건지 혹은 책에 나와있는 예시 코드에서 지속적으로 명시되어 있는데,
특별히 Variable로 wrapping 해주어야 하는 사유가 있는지 문의 드립니다.

좋은 책 집필해 주셔서 다시 한 번 감사드립니다 :)

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

No branches or pull requests

1 participant