alex-sage / logo-gen

Accompanying code for the paper "Logo Synthesis and Manipulation with Clustered Generative Adversarial Networks"
MIT License
86 stars 25 forks source link

hdf5 format #6

Closed wxz1996 closed 5 years ago

wxz1996 commented 5 years ago

Train myself data set. If I use hdf5 format, where should I change the code.

alex-sage commented 5 years ago

Hi, sorry for the very slow reply. I'm not quite sure if I understand your question though... The code supports datasets in hdf5 format, so you don't need to change the code. The loader assumes the data to be located in 'data' within the hdf5 file, if it is not you'll need to modify the path in logo-gen/wgan/tflib/hdf5_images.py.