AMR
AMR copied to clipboard
forward() got an unexpected keyword argument 'step'
Hello, there was an exception occurred when I run eval script with command line python run_sample.py --make_cam_pass True --eval_cam_pass True
.
TypeError: forward() got an unexpected keyword argument 'step'
The forward
method of the class CAM
seemingly did not support a parameter named step
.
But the make_came
step had provided it.
I'm wondering what's the effect of step
, and what should I do for the code.
I have updated the code. Please retry it.
Yes, it works. Thanks. But now I'm still waiting for the end of the eval. It does have no progress indicator, does it? I'm thinking about adding it to the next run. 😂
Hi @Wheat2018 !
I am also running the make_cam_pass True
but the does not show any progress for over 24 hours. However, the GPU is actually running. Have you successfully generated the CAMs?
Nope, the code ran over 48h, and then I had to killed it for some reasons.
Hi, @jimmy15923 and @Wheat2018 , I'm also having the same problem, and do you know why and have the solution?