Replies: 2 comments
-
These are tensors generated in training stage. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 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.
-
I am investigating how to load
state_dict
from a checkpoint file. For aDense
module withbias = False
, I can see something like this:m
shall be the matrix itself. But how about other ones?Beta Was this translation helpful? Give feedback.
All reactions