Akhila Yerukola

Results 2 comments of Akhila Yerukola

Replace `x_gen_attr` with `x_gen_attr.detach()` in `train_discriminator.py`. i.e in `model.forward_encoder_embed` and `model.forward_discriminator_embed`

It seems that you're overfitting on your train set. Either add regularization or do early stopping. There are lots of other ways to prevent overfitting as well.