Replies: 1 comment 2 replies
-
You can see that your loss gradually decreases (from ~30 to 2.3 ). |
Beta Was this translation helpful? Give feedback.
2 replies
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 am following the very basic example from https://pytorch-lightning.readthedocs.io/en/latest/common/lightning_module.html#minimal-example to train my first pytorch-lightning model. However, when I print the model parameters in
training_step()
, I find that they never changed.Here is the script I am using:
And the output is:
My pytorch-lightning version is 1.2.1, torch version is 1.7.1.
Any insight why?
Beta Was this translation helpful? Give feedback.
All reactions