jax._src.xla_bridge
warnings when using Hydra
package
#16999
Unanswered
tomsturges
asked this question in
General
Replies: 1 comment
-
Those aren't warnings. Those are log messages via the Python I don't know anything about Two things you could do: a) turn down the log level of the root logger. I'm not sure how you do that with
b) filter low priority messages from
Hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Hello :)
My code was running just fine with no errors. Then I wanted to use the Hydra package for loading config files. So far, all I did was add modify my
def main()
toNow I get the following error warnings (but the code seems to continue running):
Why am I getting these error warnings / what are they telling me? If they are somehow not important how can I (and should I) suppress them?
Thanks!
What jax/jaxlib version are you using?
jax v0.4.12
Which accelerator(s) are you using?
GPU
Additional system info
Python 3.5.3, Linux
NVIDIA GPU info
Beta Was this translation helpful? Give feedback.
All reactions