Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
follwing -> following
  • Loading branch information
eltociear authored Sep 17, 2023
1 parent 4073603 commit 7139366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Otherwise,
- Refer to `./options/test` for the configuration file of the model to be tested, and prepare the testing data and pretrained model.
- The pretrained models are available at
[Google Drive](https://drive.google.com/drive/folders/1HpmReFfoUqUbnAOQ7rvOeNU3uf_m69w0?usp=sharing) or [Baidu Netdisk](https://pan.baidu.com/s/1u2r4Lc2_EEeQqra2-w85Xg) (access code: qyrl).
- Then run the follwing codes (taking `HAT_SRx4_ImageNet-pretrain.pth` as an example):
- Then run the following codes (taking `HAT_SRx4_ImageNet-pretrain.pth` as an example):
```
python hat/test.py -opt options/test/HAT_SRx4_ImageNet-pretrain.yml
```
Expand Down

0 comments on commit 7139366

Please sign in to comment.