el3ment / spectral_representations_for_convolutional_neural_networks

41 stars 10 forks source link

RFFT support in tensorflow #4

Open cvasfi opened 7 years ago

cvasfi commented 7 years ago

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. what about the fftshift functions, are they also unnecessary?

el3ment commented 7 years ago

Yes! It's been awhile since I've looked at this code -- but I think you are correct.