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.
To Reproduce
After I've done all the work for the installation, I entered the following command
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.
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!