Christophe Ecabert

Results 3 issues of Christophe Ecabert

When using `DDP` during training, the documentation says to use the method `ddp_equalize` to make sure each worker process the same number of batches [[doc](https://webdataset.github.io/webdataset/multinode/#distributeddataparallel)]. However when running this: ```python...

documentation

Hi, I was going through your code and noticed some external reference, i.e. `see notes p37-38`. Would it be possible to have these references ? Christophe

Hi, I'm trying to run the `train_ngp_nerf_{occ,prop}.py` examples on a RTX3090Ti. However I'm always running into the following error when computing the gradient: ```python Traceback (most recent call last): File...