hustvl / GaussianDreamer

GaussianDreamer: Fast Generation from Text to 3D Gaussians by Bridging 2D and 3D Diffusion Models (CVPR 2024)
https://taoranyi.com/gaussiandreamer/
Apache License 2.0
589 stars 29 forks source link

GPU Not Called #26

Open dqsz0193 opened 3 months ago

dqsz0193 commented 3 months ago

Hi, thank you for your work! When running the python launch.py --config configs/gaussiandreamer-sd.yaml --train --gpu 0 system.prompt_processor.prompt="a fox", it turns out that the server didn't use the GPU for computing. I waited a few hours but the training didn't stop and the epoch stay zero. 2 However the server has RTX4090 and the terminal logs as follow. QQ图片20240321233110

taoranyi commented 3 months ago

Hello, this may actually download the diffusion model weight. After the download is completed, you can start running.