spectral_representations_for_convolutional_neural_networks icon indicating copy to clipboard operation
spectral_representations_for_convolutional_neural_networks copied to clipboard

Results 4 spectral_representations_for_convolutional_neural_networks issues
Sort by recently updated
recently updated
newest added

Since RFFT is supported in tensorflow now, which parts of the code would you suggest to tweak? I think the big loop in the spectral_to_variable would be one of them....

hi @el3ment , thanks for your contribution. Just a quick question, what's the speed of spectral CNN? Have you tried to train it on imagenet or similar large scale data...

Hello, thank you very much for putting so much effort into programming the paper in Tensorflow. It makes many things regarding the FFT in TF much clearer. I've seen, that...

I'm wondering why exactly you used an fftshift before performing the convolution in the frequency domain? I tried naively commenting out lines 208 and 213 but this leads to a...