From 8b11982846cd2a70a6b88a3ae2d57bd388b05dfc Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Fri, 16 Oct 2020 00:02:38 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 772042c..eaec4dd 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ python ddp_test_nerf.py --config configs/tanks_and_temples/tat_training_truck.tx --render_splits test,camera_path ``` -**Note**: due to restriction imposed by torch.gather function, please make sure the number of pixels in each image is divisible by the number of GPUs if you render images parallelly. +**Note**: due to restriction imposed by torch.distributed.gather function, please make sure the number of pixels in each image is divisible by the number of GPUs if you render images parallelly. ## Citation Plese cite our work if you use the code.