Skip to content

Commit 7ff3948

Browse files
author
sfwang
committed
Fix typos in README.md
1 parent 609106f commit 7ff3948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ To train with simulated data, run:
3030
```
3131
CUDA_VISIBLE_DEVICES=$GPU_ID python source_detection/train.py --cfg experiments/simulated/128x128_d256x3_adam_lr1e-3.yaml
3232
```
33-
Model checkpoints and logs will be saved into outpu folder while tensorboard logs will be saved into log folder.
33+
Model checkpoints and logs will be saved into `output` folder while tensorboard logs will be saved into `log` folder.
3434

3535
### Testing with simulated data
3636
To test with simulated data after training, run:
3737
```
3838
CUDA_VISIBLE_DEVICES=$GPU_ID python source_detection/validate.py --cfg experiments/simulated/128x128_d256x3_adam_lr1e-3.yaml
3939
```
40-
Tensorboard logs will be saved into log folder.
40+
Tensorboard logs will be saved into `log` folder.

0 commit comments

Comments
 (0)