Fix the norm of complex numbers in clipping#161
Fix the norm of complex numbers in clipping#161wdphy16 wants to merge 3 commits intogoogle-deepmind:masterfrom wdphy16:complex_norm
Conversation
|
Bump. can this be merged? |
|
Bump @mkunesch @rosshemsley , can this be reviewed and eventually merged? |
|
Bump @mkunesch @rosshemsley @fabioviola , any update on this? |
|
Bump again. I'm going to try my luck with @hbq1 . |
|
Thanks for the pull request, and apologies for the delay in responding. We've been trying to decide what to do on this issue - one of the challenges is that complex numbers are not yet officially supported in optax, and so we want to be careful of adding support in an inconsistent way to the library. Optax is also used by a number of models where performance is an important consideration, so there is some concern that this alternative factoring could negatively affect performance of those models in a way that would be hard to test for regressions. There is wider interest for complex numbers in optax though - (#196), and we're keen to engage with this effort! One possible (temporary) solution in this case would be to implement an independent clipper specifically for complex numbers. Could that be an option in this case? |
|
Closed in favor of #279 |
Fixes #144