We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba178aa commit 1b14fd2Copy full SHA for 1b14fd2
README.md
@@ -76,7 +76,7 @@ python train.py \
76
We trained on the FlyingThings dataset using 8x A5000 GPUs with the following command:
77
```
78
python -m torch.distributed.launch --nproc_per_node=8 --master_port=29501 train.py \
79
---checkpoint_dir /home/zhang.zhiyo/train_v163 \
+--checkpoint_dir $YOUR_CHECKPOINT_DIR \
80
--stage things \
81
--val_dataset things sintel kitti \
82
--batch_size 256 \
0 commit comments