Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning from metrics.IoU with Jax backend #21115

Open
t-kalinowski opened this issue Apr 1, 2025 · 1 comment
Open

Warning from metrics.IoU with Jax backend #21115

t-kalinowski opened this issue Apr 1, 2025 · 1 comment

Comments

@t-kalinowski
Copy link
Contributor

This line causes Jax to emit a warning:

indices = ops.cast(indices, dtype="int64")

/home/tomasz/.cache/R/reticulate/uv/cache/archive-v0/KYN5vaJzRb8cASt2E8jyn/lib/python3.11/site-packages/keras/src/backend/jax/core.py:80: 
UserWarning: Explicitly requested dtype int64 requested in asarray is not available, 
and will be truncated to dtype int32. To enable more dtypes, set the jax_enable_x64 
configuration option or the JAX_ENABLE_X64 shell environment variable. 
See https://github.com/jax-ml/jax#current-gotchas for more.
  return jnp.asarray(x, dtype=dtype)
@sonali-kumari1
Copy link
Contributor

Hi @t-kalinowski -

Could you please share a sample code to reproduce this issue? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants