Cupy out of memory #9976
Unanswered
diegorv1994
asked this question in
Help: Other Questions
Replies: 1 comment
-
Hi @diegorv1994 , what kind of model are you training? Might need more information to your problem (e.g., base model, prodigy recipe, etc.) 🤔 As an immediate measure, perhaps try lowering the batch size so that not all documents are loaded at the same time? |
Beta Was this translation helpful? Give feedback.
0 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.
-
When I train with a GPU in prodigy this error appears: cupy.cuda.memory.OutOfMemoryError: Out of memory allocating 101,347,328 bytes (allocated so far: 1,218,353,664 bytes). How can I solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions