Weird Initial Predictions in 02. PyTorch NN Classification Model 0 #1248
Unanswered
atharva-vadeyar
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.
-
Hey guys, for the first model in chapter 2, the model only predicts 1s. The logits are always greater than 0, so pushing them through the sigmoid then rounding them off always give me a 1 and an accuracy of 50.00% every time.
Plot decision boundary also doesn't give me any useful information.
Can someone please tell me what I'm missing here?
Beta Was this translation helpful? Give feedback.
All reactions