You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm still confused about the Backwards implementation.
The gradient of iFFT(FFT(x)) should be FFT(iFFT(dout)). But what is the principle of the gradient dx, dy, for the gradient of iFFT(FFT(x) * FFT(y))?
Thanks!
The text was updated successfully, but these errors were encountered:
Hopefully you can see that this out is the same as iFFT(FFT(x) * FFT(y)).
And now let's work through each step of this by hand, going backwards. Note that I'm being a bit fast and loose with the constants here (in particular, I may be missing a factor of 1/n in a couple places).
Hello,
Thanks for the excellent work! !
I'm still confused about the Backwards implementation.
The gradient of iFFT(FFT(x)) should be FFT(iFFT(dout)). But what is the principle of the gradient dx, dy, for the gradient of iFFT(FFT(x) * FFT(y))?
Thanks!
The text was updated successfully, but these errors were encountered: