Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark against tensorflow's fft #39

Closed
zaccharieramzi opened this issue Aug 28, 2019 · 1 comment
Closed

Benchmark against tensorflow's fft #39

zaccharieramzi opened this issue Aug 28, 2019 · 1 comment

Comments

@zaccharieramzi
Copy link

I am originally a user of keras with tensorflow backend. I am working with networks that need to use the fft (in particular FFT2D). It turns out that the fft in tensorflow is apparently inherently slow (cf: tensorflow/tensorflow#6541).

I wanted to know if someone had taken the time to benchmark them against each other. I think I will try to do it myself, but if someone has done it, I might as well use that.

@zaccharieramzi
Copy link
Author

I guess since fft is in pytorch now I should benchmark this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant