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

Pseudo-complex dot product and its gradient #5862

Open
lamblin opened this issue Apr 18, 2017 · 0 comments
Open

Pseudo-complex dot product and its gradient #5862

lamblin opened this issue Apr 18, 2017 · 0 comments

Comments

@lamblin
Copy link
Member

lamblin commented Apr 18, 2017

Before the rehaul of code generation and gradient that would be needed to fully support complex gradients in Theano, we can still wrap complex Ops as if operating on pairs of reals (more precisely, on arrays with an additional inner dimension of length 2).
For instance, this is what has been done for the RFFT's output and IRFFT's input in theano/tensor/fft.py.

The next bottleneck is the dot product, and there should be a way of expressing the gradients using {c,z}gemm. We should figure this out, and implement it.

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

No branches or pull requests

1 participant