r00tman / EventNeRF

Neural Radiance Fields from a Single Colour Event Camera [CVPR 2023]
https://4dqv.mpi-inf.mpg.de/EventNeRF/
84 stars 8 forks source link

DDP stops #12

Open HyunsuYEE opened 3 months ago

HyunsuYEE commented 3 months ago

in my docker container, DDP training is stopped when the create_nerf() is called. Do you know what is the problem about it? I used 8 gpus and I tried extract mesh and it is successfully done. (but trainning is stopped!!)

image image

Do you know why DDP is stopped? (is there any deadlock..?)