Hi, @kerrj!
Thank you for sharing this great work!
I noticed that with the recent update to nerf-studio, there have been some changes made to the arguments in the VanillaPipeline. (nerfstudio-project/nerfstudio@a8bce87ada9124bf5f2e0b73d5d918f8cf9f1c35)
Unfortunately, this modification has led to an error stating TypeError: init() got an unexpected keyword argument 'grad_scaler'.
To resolve this issue, I manually added the 'grad_scaler' argument to the LERFPipeline.
Once again, thank you for your valuable work and for considering my suggestion.
Hi, @kerrj! Thank you for sharing this great work!
I noticed that with the recent update to nerf-studio, there have been some changes made to the arguments in the VanillaPipeline. (nerfstudio-project/nerfstudio@a8bce87ada9124bf5f2e0b73d5d918f8cf9f1c35) Unfortunately, this modification has led to an error stating
TypeError: init() got an unexpected keyword argument 'grad_scaler'.
To resolve this issue, I manually added the 'grad_scaler' argument to the LERFPipeline.Once again, thank you for your valuable work and for considering my suggestion.