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, |
Answered by
jvwilliams23
Mar 22, 2024
Replies: 1 comment
|
Update: I found the callbacks |
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.CallbackDumpGradientsandlbann.CallbackDumpWeightswhich output weights and gradients as text.