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

Please update readme #4

Open
siavash-khodadadeh opened this issue Sep 25, 2020 · 3 comments
Open

Please update readme #4

siavash-khodadadeh opened this issue Sep 25, 2020 · 3 comments

Comments

@siavash-khodadadeh
Copy link

Hello,

This is a very useful repo. Can you please update readme so one can figure out how to train on custom datasets?

Thank you,
Siavash

@moono
Copy link
Owner

moono commented Sep 28, 2020

To use custom dataset, one needs to replace dataset_ffhq.py file which returns batch of image within value range of [-1, 1] with size of [None, 3, res, res] where res is your desired image size.

And I think handling tensorflow's data is out of the scope of this repository.
There are so many different input types to cover, so this link will help you how to load data as in tf.data.Dataset.

@siavash-khodadadeh
Copy link
Author

Awesome, thanks.

@hdubbs
Copy link

hdubbs commented Oct 15, 2021

Hi, how would you integrate labels into this? Is there support for multiple labels?

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