Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How should the filelist look like? #20

Closed
Cristy94 opened this issue Apr 26, 2018 · 10 comments
Closed

How should the filelist look like? #20

Cristy94 opened this issue Apr 26, 2018 · 10 comments

Comments

@Cristy94
Copy link

First I want to say congratulations for the amazing job you did!

I did not find any example of what the Prepare training images filelist. step consists on. How must the images be listed? What is the format? One file name per line, like this?

pic-1.jpg
pic-2.jpg
@JiahuiYu
Copy link
Owner

Please refer to #15 .

@Cristy94
Copy link
Author

Thank you, I just saw that closed issue, you might want to add a link from the readme to it.

Why are there two lines in the dataset?

  celebahq: [
    'data/celeba_hq/train_shuffled.flist',
    'data/celeba_hq/train_shuffled.flist'
  ]

@JiahuiYu
Copy link
Owner

JiahuiYu commented Apr 26, 2018

Sorry, typo. The second flist is for validation. I've made an update. Thanks for info.

@Cristy94
Copy link
Author

So I have to split myself the dataset into test/validation? What does static_view mean?

@JiahuiYu
Copy link
Owner

static_view is for tensorboard. If static_view is true, same masks (otherwise random masks) will be used for validation images.

@Cristy94
Copy link
Author

Cool, thanks a lot. Can I disable static view from the .yml and have random masks instead? I only see a STATIC_VIEW_SIZE: 30 setting.

@JiahuiYu
Copy link
Owner

You can modify lines.

@lijhong
Copy link

lijhong commented May 9, 2018

Is the training set and validation set the same picture?

@JiahuiYu
Copy link
Owner

JiahuiYu commented May 9, 2018

They are not.

@Cristy94
Copy link
Author

The validation set is the one used for the network loss output?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants