google / compare_gan

Compare GAN code.
Apache License 2.0
1.82k stars 319 forks source link

Can I use a custom dataset #48

Closed Sajal-1 closed 4 years ago

Sajal-1 commented 4 years ago

And if yes could you please specify how.

odakiese commented 4 years ago

Make your dataset into a tensorflow dataset: https://www.tensorflow.org/datasets/add_dataset. Then the code can access you dataset the same way it accesses the other datasets. You also have to add your dataset to the dataset.py file.