shaginhekvs
Results
1
comments of
shaginhekvs
It should be changed to following : layer.set_weights(weights_and_biases) weights_and_biases[1] /= np.sqrt(variance) / np.sqrt(needed_variance) layer.set_weights(weights_and_biases) but [1] actually has biases of the layer, and according to the paper, we're supposed to...