Peter Lovett

Results 1 comments of Peter Lovett

Hey, you can solve this problem by adding: `model.train()` to line 152 in file `train_discriminator.py` The problem is caused by the function call `model.sample_sentence(z, c)` calling `model.eval()` but not calling...