Replies: 3 comments 6 replies
-
Can you add a |
Beta Was this translation helpful? Give feedback.
-
Looks like Complex valued optimization has been recently proposed for Optax (https://gist.github.com/wdphy16/118aef6fb5f82c49790d7678cf87da29) and may have been incorporated into the experimental module officially (https://optax.readthedocs.io/en/latest/api.html#experimental) using the split_real_and_imaginary approach. I haven't tried it yet though. |
Beta Was this translation helpful? Give feedback.
-
Looks like optax's problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm implementing a Fourier Neural Operator model in jax, and am getting this warning. I've been trying to debug this line by line to figure out where the implicit casting happens, but I can't seem to quite get it. Is there anyway to have this warning point to the line of code that triggers it?
Here's my model code.
The code is a translation of
https://github.com/devzhk/PINO/tree/master/models
: filesbasics.py
andfourier2d.py
.Beta Was this translation helpful? Give feedback.
All reactions