Skip to content

Commit 1b14fd2

Browse files
author
Study-is-happy
committed
fix readme
1 parent ba178aa commit 1b14fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ python train.py \
7676
We trained on the FlyingThings dataset using 8x A5000 GPUs with the following command:
7777
```
7878
python -m torch.distributed.launch --nproc_per_node=8 --master_port=29501 train.py \
79-
--checkpoint_dir /home/zhang.zhiyo/train_v163 \
79+
--checkpoint_dir $YOUR_CHECKPOINT_DIR \
8080
--stage things \
8181
--val_dataset things sintel kitti \
8282
--batch_size 256 \

0 commit comments

Comments
 (0)