ZhenYangIACAS / NMT_GAN

generative adversarial nets for neural machine translation
Apache License 2.0
119 stars 37 forks source link

How to get the dis_negative_data in the config_discriminator_pretrain.yaml? #25

Closed rzhangpku closed 5 years ago

rzhangpku commented 5 years ago

How to get the dis_negative_data in the config_discriminator_pretrain.yaml? Thank you very much!

ZhenYangIACAS commented 5 years ago

It has been described clearly in our paper. You should decode part of your training data with the pre-trained NMT model.

rzhangpku commented 5 years ago

Thank you very much.