Skip to content

How to ensure I'm working in 64-bit? #153

Answered by Joshuaalbert
amunozj asked this question in Q&A
Discussion options

You must be logged in to vote

Put the following at the top of your script above all other imports.

from jax.config import config
config.update("jax_enable_x64", True)

The reason you should put it at the top is because some JAX-based packages inadvertently rely on default dtype behaviour.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Joshuaalbert
Comment options

You must be logged in to vote
1 reply
@amunozj
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants