Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyongcs committed Apr 8, 2020
1 parent 0d13eef commit 00ae4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ python main.py --data_dir $DATA_DIR$ --save $SAVE_DIR$ --data_test $DATA_TEST$ -
- PRETRAINED_MODEL: path of the pretrained model


For example, you can use the following command to test our DRN-S model for 4$\times$ SR.
For example, you can use the following command to test our DRN-S model for 4x SR.

```bash
python main.py --data_dir ~/srdata --save ../experiments --data_test Set5 --scale 4 --model DRN-S --pre_train ../pretrained_models/DRNS4x.pt --test_only —save_results
Expand All @@ -60,7 +60,7 @@ python main.py --data_dir $DATA_DIR$ --save $SAVE_DIR$ --scale $SCALE$ --model $
- MODEL: model type, such as DRN-S and DRN-L


For example, you can use the following command to train the DRN-S model for 4$\times$ SR.
For example, you can use the following command to train the DRN-S model for 4x SR.

```bash
python main.py --data_dir ~/srdata --save ../experiments --scale 4 --model DRN-S
Expand Down

0 comments on commit 00ae4f6

Please sign in to comment.