File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ To train with simulated data, run:
30
30
```
31
31
CUDA_VISIBLE_DEVICES=$GPU_ID python source_detection/train.py --cfg experiments/simulated/128x128_d256x3_adam_lr1e-3.yaml
32
32
```
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.
34
34
35
35
### Testing with simulated data
36
36
To test with simulated data after training, run:
37
37
```
38
38
CUDA_VISIBLE_DEVICES=$GPU_ID python source_detection/validate.py --cfg experiments/simulated/128x128_d256x3_adam_lr1e-3.yaml
39
39
```
40
- Tensorboard logs will be saved into log folder.
40
+ Tensorboard logs will be saved into ` log ` folder.
You can’t perform that action at this time.
0 commit comments