Fast-CNN
Fast-CNN copied to clipboard
Generating similiar results of convolution layers from Fast Fourier Transform
how find and print Accuracy for fft_model and compare it with CNN by using model.fit . where when run the following error appears AttributeError Traceback (most recent call last) [](https://localhost:8080/#)...
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 claim in [this article](https://medium.com/analytics-vidhya/fast-cnn-substitution-of-convolution-layers-with-fft-layers-a9ed3bfdc99a) and the notebook is quite misleading. pyTorch CNN implementation already uses the cuDNN or a faster fbfft module. For smaller kernel sizes, the Winograd algorithm...