Pixel Recursive Super Resolution Save

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

Project README

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

Open Source Agenda is not affiliated with "Pixel Recursive Super Resolution" Project. README Source: nilboy/pixel-recursive-super-resolution
Stars
446
Open Issues
14
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating