Cuda out of Memory #173
Unanswered
AaryamanCodes
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I am also using a GTX 1650 and I have exactly the same problem. Full precision. Tried as low as 64x64 with 10 steps still the same error message. Some help would be very much appreciated. System: Blender 3.3.0
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am running into an issue while trying to generate a texture.
I have a GTX 1650 which should be sufficient.
Error: RuntimeError('CUDA out of memory. Tried to allocate 2.00 MiB (GPU 0; 4.00 GiB total capacity; 3.39 GiB already allocated; 0 bytes free; 3.44 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF')
Beta Was this translation helpful? Give feedback.
All reactions