el3ment / spectral_representations_for_convolutional_neural_networks

41 stars 10 forks source link

Spectral Pooling and RFFT #2

Open beniroquai opened 7 years ago

beniroquai commented 7 years ago

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 the FFT is only implemented on GPU. Do you see any chances to port in on CPU as you've mentioned, that you work on the RFFT eventually.

Did you also try to implement the spectral-pooling as suggested in the paper? Or did I miss anything in the code?

Thanks a lot! :)