You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ TensorFlow Implementation of ["Photo-Realistic Single Image Super-Resolution Usi
25
25
### Prepare Data and Pre-trained VGG
26
26
- 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`.
27
27
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.
0 commit comments