TextGAN-PyTorch
TextGAN-PyTorch copied to clipboard
Is the sentigan for multiclass data generation?
The figure of the sentiGAN show that the discriminator of sentiGAN is a multi-class classifier, but in your code, I think it is a binary classifier. So the difference between sentiGAN and seqGAN is just the penalty based objective?
The discriminator of SentiGAN is a multi-class classifier, which outputs a k + 1 dimension vector, where k is the number of categories. Another difference between SentiGAN and SeqGAN is the penalty based objective.