Fast-CNN
Fast-CNN copied to clipboard
Question about weights reshape
Hi! I am trying to create a FFT convolution layer in a keras/tensorflow NN. I have tried to replicate your code, but there is an issue in fft_forward due to the weights reshape into a (3,3) array.
Hi! I am trying to create a FFT convolution layer in a keras/tensorflow NN. I have tried to replicate your code, but there is an issue in fft_forward due to the weights reshape into a (3,3) array.
Hi! Did you get it?