Skip to content

Commit 030e67b

Browse files
committed
correct VGG19 model link
1 parent 0fccf80 commit 030e67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TensorFlow Implementation of ["Photo-Realistic Single Image Super-Resolution Usi
2525
### Prepare Data and Pre-trained VGG
2626
- In this experiment, we used images from [DIV2K - bicubic downscaling x4 competition](http://www.vision.ee.ethz.ch/ntire17/), besides [Yahoo MirFlickr25k](http://press.liacs.nl/mirflickr/mirdownload.html) is also a good choice. Alternatively, you can use your own data by setting your image folder in `config.py`.
2727

28-
- Download VGG model as [tutorial_vgg16.py](https://github.com/zsdonghao/tensorlayer/blob/master/example/tutorial_vgg16.py) show.
28+
- Download VGG model as [tutorial_vgg19.py](https://github.com/zsdonghao/tensorlayer/blob/master/example/tutorial_vgg19.py) show.
2929

3030

3131

0 commit comments

Comments
 (0)