VITA-Group / GNT

[ICLR 2023] "Is Attention All NeRF Needs?" by Mukund Varma T*, Peihao Wang* , Xuxi Chen, Tianlong Chen, Subhashini Venugopalan, Zhangyang Wang
https://vita-group.github.io/GNT
MIT License
338 stars 24 forks source link

About Cross-scene Training Setting #22

Closed YouyuChen0207 closed 7 months ago

YouyuChen0207 commented 8 months ago

Thanks for you attention. You provided training command as python3 train.py --config configs/gnt_full.txt without other arguments, but I find the default number of ray sampling is 512 in config.py, while your paper said this number is 4096 which is 8 times of default setting. Dose it mean you trained you model with 8 gpu?

MukundVarmaT commented 7 months ago

Yes that is correct.

YouyuChen0207 commented 7 months ago

I see. Thank you!