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

Tracker.TrackedReal{Float64} not supported #35

Open
gszep opened this issue Oct 13, 2019 · 1 comment
Open

Tracker.TrackedReal{Float64} not supported #35

gszep opened this issue Oct 13, 2019 · 1 comment

Comments

@gszep
Copy link

gszep commented Oct 13, 2019

the above error is thrown by defninitions.jl:22 when attempting to use TrackedArray or TrackedReal from Flux.jl. Is there any chance we can add this so that we can use differentiable fft algorithms?

@antoine-levitt
Copy link
Contributor

FFTs are linear, so it's much simpler to just define custom derivatives than to try to differentiate through the FFT algorithm

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

2 participants