Open Beniko95J opened 2 years ago
I also met the same problem. Did you solve it now?
Same question here.
I have the same problem, Did anyone manage to solve it?
I have the same problem, Did anyone manage to solve it?
I reduce the learning rate and it works. You can try it.
Thanks! I tried to reduce from 1e-6 to 1e-9 and also 1e-12, but it doesn't see, to be doing much of a difference. I will also add that the NaN's don't always appear at the start, and usually appear in later iterations.
I increased factor,and the problem was sloved.But it is not a good way to increase factor,that means low resolution
I have the same problem, Did anyone manage to solve it?
I reduce the learning rate and it works. You can try it.
I wonder what lr you set? I change 5e-4 to 5e-5 but unuseful.
Hi, thanks for the re-implementation of NeRF in pytorch. I am trying to run this repo on my own dataset, but NaN value happens in the middle of training. This confuses me since the training looks good in the start. Has anyone met this issue before?