Open zsy950116 opened 1 year ago
I haven't encountered this problem, but sometimes weird things did happen like this 😂 I suggest you resume from the last checkpoint (ckpts/last.ckpt
) and continue training, the problem may be gone.
I also encountered this error, when I run nerf, it is normal when I run neus.
I'm assuming that such error happens only during validation, right? It's probably because of the bug introduced in nerfacc ray marching function. Nerfacc fixed it in newer versions as mentioned here. As mentioned, changing PyTorch to v1.13
is a brutal solution, it works for me before at least, otherwise we need to adapt the codes for newer nerfacc toolbox.
Thank you for your work. Your work is excellent. I was able to train normally and get satisfactory results, but during the verification process, the following error occurs:
My GPU is a single 3090, in training and testing phase, video memory is normal.