Replies: 1 comment 3 replies
-
You can try |
Beta Was this translation helpful? Give feedback.
3 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.
-
The following code goes out of memory, it would be lovely if it wouldn't. Is there some known method to avoid materializing an arange, and more generally any kind of vector that is defined in terms of it, like those generated from jax.random? I'm not sure whether it's the reduce actually materializing it in memory, if that's the case what should I do?
Beta Was this translation helpful? Give feedback.
All reactions