How to print the weights in forward pass of each layer and gradient loss and weight update in backward propagation? #7597
Unanswered
utkarsh0902311047
asked this question in
Q&A
Replies: 1 comment
-
depending on which layer you are using the |
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.
-
Hello,
Please guide me how can I print the weights starting from initialization to weights of each layer and then gradient loss and weight update in backward propagation? And how it can be printed for each epoch?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions