yenchenlin / nerf-pytorch

A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
MIT License
5.33k stars 1.04k forks source link

ValueError: loaded state dict contains a parameter group that doesn't match the size of optimizer's group #122

Closed PaiDii closed 1 year ago

PaiDii commented 1 year ago

I encountered this error while using the pre-trained model you provided. How can I resolve it?

ValueError: loaded state dict contains a parameter group that doesn't match the size of optimizer's group.

If it can be resolved, we would greatly appreciate it.