Text2Image-PyTorch icon indicating copy to clipboard operation
Text2Image-PyTorch copied to clipboard

A PyTorch implementation of the paper Generative Adversarial Text-to-Image Synthesis

Results 2 Text2Image-PyTorch issues
Sort by recently updated
recently updated
newest added

in train.py in line 158: smooth_real_labels = torch.FloatTensor(Utils.smooth_label(real_labels.numpy(), -0.1)) Where is Utils defined?

Can you show images generated from text?