Replies: 2 comments
-
These are tensors generated in training stage. |
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
-
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