Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelowds authored Aug 9, 2022
1 parent 2e003bb commit ff4b5b4
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 @@ -20,6 +20,6 @@ Train the models

```python3 main.py --config 'configs/ve/sr_ve.py' --mode 'train' --workdir VESDE```

To generate Super-Resolution images without training, download the pre-trained model in ```url``` and put on ```./VESDE/checkpoits``` and run
To generate Super-Resolution images without training, download the pre-trained model in ```url```, copy to ```./VESDE/checkpoits``` and run

```python3 main.py --config 'configs/ve/sr_ve.py' --mode 'sr' --workdir VESDE```

0 comments on commit ff4b5b4

Please sign in to comment.