How can I observe the weights during training?

Hello everyone!
I would like to observe a change in certain weights in neural nets for every epoch.
Then, i wanna plot the weight curve! (like test accuracy curve)

What should i do??

You can save the model after every epoch and then extract and plot the weights.

1 Like

Thanks a lot! I’ll try this!

1 Like