not able to train a model to reach accurate values of weight and bias #1274
Unanswered
AfreenInnovates
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.
-
can anyone help me in understanding why im not able to reach the correct weight and bias values
https://colab.research.google.com/drive/1SVPxBTD4nrRoIT9999JQ9PauerDaBB18?usp=sharing
original values of bias and weight are 0.9 and 0.3 respectively, but after training
OrderedDict([('weight', tensor([0.2417])), ('bias', tensor([0.1388]))])
and if im training for more epochs, its bouncing more, and zig zag curve of loss
Beta Was this translation helpful? Give feedback.
All reactions