Open RAJA-PARIKSHAT opened 2 years ago
I was training headnerf from scratch for 400K iterations, but unfortunately, my server got down, and training stopped. Now I have got a checkpoint at 310K iteration. So how should I resume training from that checkpoint? @YudongGuo
AFAIK, re-execute the training script would resume from the latest checkpoint, see https://github.com/YudongGuo/AD-NeRF/blob/9fdcd7e1352aa74e26baa8e60c862f9fbd7933bf/NeRFs/HeadNeRF/run_nerf.py#L275-L305
I was training headnerf from scratch for 400K iterations, but unfortunately, my server got down, and training stopped. Now I have got a checkpoint at 310K iteration. So how should I resume training from that checkpoint? @YudongGuo