Skip to content

Commit

Permalink
Update inpaint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JiahuiYu committed Apr 26, 2018
1 parent e16787a commit a2637d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inpaint.yml
Expand Up @@ -33,22 +33,22 @@ DATA_FLIST:
# https://github.com/JiahuiYu/progressive_growing_of_gans_tf
celebahq: [
'data/celeba_hq/train_shuffled.flist',
'data/celeba_hq/train_shuffled.flist'
'data/celeba_hq/validation_static_view.flist'
]
# http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html, please to use RANDOM_CROP: True
celeba: [
'data/celeba/train_shuffled.flist',
'data/celeba/train_shuffled.flist'
'data/celeba/validation_static_view.flist'
]
# http://places2.csail.mit.edu/, please download the high-resolution dataset and use RANDOM_CROP: True
places2: [
'data/places2/train_shuffled.flist',
'data/places2/static_view.flist'
'data/places2/validation_static_view.flist'
]
# http://www.image-net.org/, please use RANDOM_CROP: True
imagenet: [
'data/imagenet/train_shuffled.flist',
'data/imagenet/static_view.flist',
'data/imagenet/validation_static_view.flist',
]

STATIC_VIEW_SIZE: 30
Expand Down

0 comments on commit a2637d1

Please sign in to comment.