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