torchdiffeq
torchdiffeq copied to clipboard
Adjoint support for complex dtypes.
While deploying an FNO in a an ajoint neural ODE setup, we run into this error of dtype mismatch:
RuntimeError: mat1 and mat2 must have the same dtype, but got ComplexFloat and Float
Would there be further support for complex dtypes possible?