nerf-pytorch icon indicating copy to clipboard operation
nerf-pytorch copied to clipboard

A question of "no attribute" error

Open Zheng-Yi-git opened this issue 3 years ago • 3 comments

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!

Zheng-Yi-git avatar Jan 12 '22 02:01 Zheng-Yi-git

I have the same problem too! Hopely it will be solved fast!

jhq1234 avatar Jul 15 '22 03:07 jhq1234

This occurs if --N_importance is not set, which essentially disables the fine network, and the checkpointing code doesn't handle this properly.

lachholden avatar Jul 27 '22 06:07 lachholden

Hello, I also have the same problem. What are the following solutions

NJUSTUDY avatar May 16 '24 06:05 NJUSTUDY