You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: