georghess / neurad-studio

[CVPR2024] NeuRAD: Neural Rendering for Autonomous Driving
https://research.zenseact.com/publications/neurad/
Apache License 2.0
346 stars 24 forks source link

training with --mixed-precision False is not working #34

Closed sungjukim99 closed 4 months ago

sungjukim99 commented 4 months ago

Describe the bug

Hi, thank you so much for opening this great research. I'm trying to train your model with only FP32. In the process, I set --mixed-precision False and tried to run the experiment and found the following error message.

image

To Reproduce After I've done all the work for the installation, I entered the following command

python ./nerfstudio/scripts/train.py neurad --mixed-precision False pandaset-data

Thanks!

georghess commented 4 months ago

Hi,

We've probably never turned off mixed precision. Should be fixed by 8e3daba, let me know if that is not the case.