00_pytorch_fundamentals Exercises Question 5&6 #509
Unanswered
Perian-Yan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I got a different answer to this question. My code is
However, the solution is:
I don't know why we need to set
torch.manual_seed(1234)
in the second cell again. In this way, what actually doestorch.cuda.manual_seed(1234)
do?Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions