Closed jiarenyf closed 1 year ago
What is your running command?
python3 launch.py --train --config config/prolificdreamer-scene.yaml --gpu 0,1,2,3,4,5,6,7 system.prompt_processor.prompt="Inside of a smart home, realistic detailed photo, 4k" data.n_val_views=8
@thuliu-yt16
The first GPU computes the text embedding in a spawned thread before optimization and then releases it. Did you observe the memory usage keep high or not? If you run the same command twice, what about the memory usage in the second run?
How to fix, help, please !