Andras Molnar

Results 1 comments of Andras Molnar

Just remove lines 66 and 67 to make it work again: ``` weights /= np.sqrt(variance) / np.sqrt(needed_variance) layer.set_weights([weights, biases]) ```