update readme

This commit is contained in:
Kai-46 2020-10-12 12:02:40 -04:00
parent 71ac246302
commit 7f8237b6f1

View file

@ -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
```