Replies: 1 comment 6 replies
-
Hi - could you provide more details about what the particular challenge is? Is your question about how to visualize arrays? About how to move data to host during training? Or is it a matter of the data from multiple steps being too large to store in memory or on disk? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am writing a code in Jax and I need to plot 3D arrays every n timesteps. The only reason I haven't used the jax scan methods is because I am concerned about memory usage for large simulations. Has anyone found a way around this? I was thinking of maybe trying to convert the arrays into a sparse data format, but I'm not entirely sure if that is really going to help much...
Beta Was this translation helpful? Give feedback.
All reactions