generative-models
generative-models copied to clipboard
Issue with conditional-gan for tensorflow version
Hey guys, I'm using the conditional-gan code for tensorflow version to generate garment drawings, the training images is RGB png file, labels are vectors like this [1,2,3,4,...,2],I just changed the feeding training data from mnist to my data, but the generated images are shapeless, I don't know why, someone helps me? thanks!! The attached is the modified code and images generated.
BTW, the training loss for the generator is always very large(>20), while for the discriminator is very small(< 0.001), is there something wrong with the training system?