Is there simple way to verify your weights are being updated as your model is training?

And if so, is there a way to get a sense of how much between one call to fit and the next?

Watching them in TensorBoard? Or keeping tracks of them with a Callback?

1 Like