disentangling_conditional_gans
disentangling_conditional_gans copied to clipboard
Disentangling Multiple Conditional Inputs in GANs
I have learned to use your project for a week, but I can only run the mnist dataset.When I switch to self-make dress dataset ,the model didn't work ? There...
Hi, While generating the tfrecords for the dataset, the code here: https://github.com/zalandoresearch/disentangling_conditional_gans/blob/03d5101ba63ed223d310e42584545bb1d53077e0/dataset.py#L79 loads *.tfmasks. But the code in the repo doesn't create tfmasks. Can someone share the format for tfmasks?...
Hi, I couldn't figure out from the Readme.md and https://github.com/zalandoresearch/disentangling_conditional_gans/blob/03d5101ba63ed223d310e42584545bb1d53077e0/dataset.py#L89 about how the label file should be written as. From reading the paper, I understand that your Disentangling Conditional GAN...