Show histograms of individual layers in TensrBoard with Keras “model.fit”
I have a Keras sequential model with two hidden layers. I would like to see a histogram of the kernel and bias of each layer individually. I.e. a Histogram for Layer_1/Bias, Layer_1/Kernel, Layer_2/Bias and Layer_2/Kernel. Like for example here:
Show histograms of individual layers in TensrBoard with Keras “model.fit”
I have a Keras sequential model with two hidden layers. I would like to see a histogram of the kernel and bias of each layer individually. I.e. a Histogram for Layer_1/Bias, Layer_1/Kernel, Layer_2/Bias and Layer_2/Kernel. Like for example here: