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
I got the following error when the for i loop don't start with 0:
jaxlib.xla_extension.XlaRuntimeError: INTERNAL: Generated function failed: CpuCallback error: KeyError: 0
My code snippet: jax.lax.fori_loop(1, config.timesteps + 1, env_step, train_state)
jax.lax.fori_loop(1, config.timesteps + 1, env_step, train_state)
The text was updated successfully, but these errors were encountered:
I didn't find a clean/immutable way to fix the problem :/
Sorry, something went wrong.
Think this is the same issue as this #12 , comments there may help you
No branches or pull requests
I got the following error when the for i loop don't start with 0:
jaxlib.xla_extension.XlaRuntimeError: INTERNAL: Generated function failed: CpuCallback error: KeyError: 0
My code snippet:
jax.lax.fori_loop(1, config.timesteps + 1, env_step, train_state)
The text was updated successfully, but these errors were encountered: