Convolutional Neural Network visualization - weights or activations?
问题 Is the above visualization a rendering of the weights of the first convolutional layer or the activations on a given input image on the first convolutional layer? Below is a visualization of the weights of the first convolutional layer of the Inception v2 model that I've been training for 48 hours: I'm sure I have not converged my model after only 48 hours (on a CPU). Shouldn't those weights begin to smooth out by now, where training accuracy is over 90%? 回答1: According to ImageNet