From 7f8237b6f17936cf9cdaff80fcbb3df8de9e6225 Mon Sep 17 00:00:00 2001 From: Kai-46 Date: Mon, 12 Oct 2020 12:02:40 -0400 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8106bff..f41524a 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ Codebase for paper: conda env create --file environment.yml ``` -## Training +## Training (Use all available GPUs by default) ```python python ddp_train_nerf.py --config configs/tanks_and_temples/tat_training_truck.txt ``` -## Testing +## Testing (Use all available GPUs by default) ```python python ddp_test_nerf.py --config configs/tanks_and_temples/tat_training_truck.txt --render_splits test,camera_path ``` \ No newline at end of file