View weights from CallbackSaveModel? #2431
-
Hi, I was wondering if it is possible to read model weights in a python script? I tried Any idea for a workaround? It would really help for debugging. Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
jvwilliams23
Mar 22, 2024
Replies: 1 comment
-
Update: I found the callbacks |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jvwilliams23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update: I found the callbacks
lbann.CallbackDumpGradients
andlbann.CallbackDumpWeights
which output weights and gradients as text.