Skip to content

SXHSine/pixel-recursive-super-resolution

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Recursive Super Resolution

TensorFlow implementation of Pixel Recursive Super Resolution. This implementation contains:

model

Requirements

Usage

First, download data celebA

$ mkdir data
$ cd data
$ ln -s $celebA_path celebA

Then, create image_list file:

$ python tools/create_img_lists.py --dataset=data/celebA --outfile=data/train.txt

To train model on gpu:

$ python tools/train.py
(or $ python tools/train.py --device_id=0)

To train model on cpu: $ python tools/train.py --use_gpu=False

Samples

Training after 30000 iteration.

sample.png

Training details

cross entropy loss:

curve.png

Author

nilboy / @nilboy

About

Tensorflow implementation of pixel-recursive-super-resolution(Google Brain paper: https://arxiv.org/abs/1702.00783)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%