Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

nilboy/pixel-recursive-super-resolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow implementation ofPixel Recursive Super Resolution. This implementation contains:

model

Requirements

Usage

First, download datacelebA

$ 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)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp