Skip to content

Commit df6c447

Browse files
authored
Update README.md
1 parent f0083b5 commit df6c447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ python train.py
3737
## Testing
3838
In *config.py*,
3939
* set **test** to True
40-
* set **test_dir** which contains the noisy images that you need to denoise, and
41-
* set **test_bs** which is the batch size for the test set.
40+
* set **test_dir** to the path that contains the noisy images that you need to denoise ('data/val/noisy' by default)
41+
* set **test_bs** to the desired batch size for the test set (1 by default)
4242
```
4343
python test.py
4444
```

0 commit comments

Comments
 (0)