Random Luck #822
Corado99
started this conversation in
Show and tell
Random Luck
#822
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sooo, I'm Learning PyTorch, currently on 19:02:04 of the video "Learn PyTorch for deep learning in a day. Literally."
We comment out the
torch.random_seed(42)
and we look at random test data results... Turns out I got all the samples the same as in the video with some different predictions. In the image below you can see my samples and on the right the video. I just though that it's really cool how dumb luck can happen and it shows that models can learn in different ways and give different results even though they have been trained on the same code.Beta Was this translation helpful? Give feedback.
All reactions