threestudio icon indicating copy to clipboard operation
threestudio copied to clipboard

Increase the number of graphics cards. There is a memory shortage, CUDA out of memory。

Open tmrjlu opened this issue 1 year ago • 1 comments

this is OK。 python launch.py --config configs/prolificdreamer.yaml --train --gpu 0,1,2,3,4 system.prompt_processor.prompt="a blue car"

this is a memory shortage. python launch.py --config configs/prolificdreamer.yaml --train --gpu 0,1,2,3,4,5 system.prompt_processor.prompt="a blue car"

The other parameters are exactly the same.

why?

tmrjlu avatar Jun 15 '23 02:06 tmrjlu

This is weird. Did the OOM occur at the start of training or after some training steps? Could you try some seeds or other prompts to see if this still happens?

bennyguo avatar Jun 15 '23 17:06 bennyguo

hi,this problem does not exist in the latest code

tmrjlu avatar Jul 11 '23 02:07 tmrjlu