We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jax.core.canonicalize_shape
_types.py
Hi! This is super cool, thank you for making it -- I just ran examples/single_images.py, and stuff ran pretty smoothly :-)
examples/single_images.py
I noticed that in _types.py you're using jax.core.canonicalize_shape (
jaxsplat/jaxsplat/_types.py
Line 15 in 502a10d
Is the canonicalize_shape call necessary? If so, maybe a note pinning the jax version could be helpful.
canonicalize_shape
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! This is super cool, thank you for making it -- I just ran
examples/single_images.py
, and stuff ran pretty smoothly :-)I noticed that in
_types.py
you're usingjax.core.canonicalize_shape
(jaxsplat/jaxsplat/_types.py
Line 15 in 502a10d
Is the
canonicalize_shape
call necessary? If so, maybe a note pinning the jax version could be helpful.The text was updated successfully, but these errors were encountered: