JNeRF icon indicating copy to clipboard operation
JNeRF copied to clipboard

How to use multi-gpu to train nerf?

Open ThePrecoder opened this issue 3 years ago • 2 comments

ThePrecoder avatar Jun 13 '22 09:06 ThePrecoder

Jnerf has not been tested on multi-gpu. You can try it according to the Jittor MPI tutorial. If you encounter any problems, please contact us.

Gword avatar Jun 15 '22 12:06 Gword

I have tried mpi but find out that some operator in ray_smapler can not support mpicc, like item() and coords_out.sync(). I try to fix it but it might refer to other files I'm not sure that I can fix the problems.

qingxu-thu avatar Aug 10 '22 07:08 qingxu-thu