mikeqzy / 3dgs-avatar-release

3DGS-Avatar: Animatable Avatars via Deformable 3D Gaussian Splatting
MIT License
278 stars 25 forks source link

CUDA out of memory #22

Closed IceFtv closed 1 day ago

IceFtv commented 3 weeks ago

Very Nice Work! But when I run: python train.py dataset=ps_female_3 option=iter30k pose_correction=none I got this problem: image I am using an A800 with 80GB GPU memory. Normally, this is sufficient. Could you tell me what's wrong? Thank you very much.

yahui-lee commented 2 weeks ago

I encountered the same issue when I used the A800 for training. However, when I switched to the RTX 3090, the issue didn't occur anymore.

mikeqzy commented 2 weeks ago

Hi, This seems like a cuda-related bug of the distCUDA2 function. I would suggest simply switching to lower-end GPUs since our method is not GPU memory demanding.