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
When running a solver like BFGS or similar, the code runs fine without warnings if I call it directly. But, if I call it inside a vmap then I get spammed by warnings that are not too problematic for my use-case.
I also cannot filter the warnings directly, since the warnings do not print to stderr but to stdout... (at least I think so). I wasn't able to filter the warnings with:
I'm facing the same issue. Could you be more specific about how you did your workaround? Thank you!
It's been a while since I posted this, but I believe it meant that using pip install jaxopt had the outdated version (with the bug) and that pip install git+https://github.com/google/jaxopt fixed this problem.
When running a solver like
BFGS
or similar, the code runs fine without warnings if I call it directly. But, if I call it inside avmap
then I get spammed by warnings that are not too problematic for my use-case.I also cannot filter the warnings directly, since the warnings do not print to stderr but to stdout... (at least I think so). I wasn't able to filter the warnings with:
This is super annoying when logging other information to stdout in my tests, how can I get rid of this?
The text was updated successfully, but these errors were encountered: