nerf-pytorch
nerf-pytorch copied to clipboard
A question of "no attribute" error
Hi, I was trying to replicate the results with your code. But when it comes to the "fine" part, the code render_kwargs_train['network_fine'].state_dict()
always leaves me an error like 'NoneType' object has no attribute 'state_dict'
, I don't know the reason. As I'm a beginner, I sincerely hope you can help me out. Much thanks!
I have the same problem too! Hopely it will be solved fast!
This occurs if --N_importance
is not set, which essentially disables the fine network, and the checkpointing code doesn't handle this properly.
Hello, I also have the same problem. What are the following solutions