jnp.stack()
OOM on TPUv3-8
#20167
Unanswered
AakashKumarNain
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm not sure what you mean by "total parameters count": to clarify, how many arrays do you have, and how many elements are in each? |
Beta Was this translation helpful? Give feedback.
1 reply
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 using Equinox for one of my workflows. All Equniox modules are just Pytrees. I have a list of these
Pytree
modules like this:The total parameters count in
layers
is6979584000
where each param is float16 dtype. When I try to stack this into a one large array, I get OOM error on TPUv3-8.Can someone provide any pointers to why is this happening?
Beta Was this translation helpful? Give feedback.
All reactions