Skip to content

Commit

Permalink
update result img
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao committed Jun 17, 2017
1 parent 1733360 commit 7433735
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TensorFlow Implementation of ["Photo-Realistic Single Image Super-Resolution Usi

<a href="http://tensorlayer.readthedocs.io">
<div align="center">
<img src="img/SRGAN_Result.png" width="80%" height="50%"/>
<img src="img/SRGAN_Result2.png" width="80%" height="50%"/>
</div>
</a>

Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# config.TRAIN.decay_every_init = int(config.TRAIN.n_epoch_init / 2)

## adversarial learning (SRGAN)
config.TRAIN.n_epoch = 2000
config.TRAIN.n_epoch = 1000
config.TRAIN.lr_decay = 0.1
config.TRAIN.decay_every = int(config.TRAIN.n_epoch / 2)

Expand Down
Binary file added img/SRGAN Result2.pptx
Binary file not shown.
Binary file added img/SRGAN_Result2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def evaluate():
# exit()

###========================== DEFINE MODEL ============================###
imid = 81 # 0: 企鹅 82-1: 蝴蝶 53: 鸟 65-1: 古堡
imid = 64 # 0: 企鹅 81: 蝴蝶 53: 鸟 64: 古堡
valid_lr_img = valid_lr_imgs[imid]
valid_hr_img = valid_hr_imgs[imid]
# valid_lr_img = get_imgs_fn('test.png', 'data2017/') # if you want to test your own image
Expand Down

0 comments on commit 7433735

Please sign in to comment.