Skip to content

Commit

Permalink
add data_resize
Browse files Browse the repository at this point in the history
  • Loading branch information
ychfan committed Apr 3, 2017
1 parent 2c55c35 commit 7685960
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data_resize.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import tensorflow as tf
import data

resize = True
residual = False

def dataset(hr_flist, lr_flist, scale):
return data.dataset(hr_flist, lr_flist, scale, resize, residual)

0 comments on commit 7685960

Please sign in to comment.