NMT_GAN icon indicating copy to clipboard operation
NMT_GAN copied to clipboard

generative adversarial nets for neural machine translation

Results 9 NMT_GAN issues
Sort by recently updated
recently updated
newest added

When using a dictionary generated by BPE-processed data, the following error occurred, but there is no problem when using a dictionary generated from data that has not been processed by...

Is there any trick for accelerating the training speed??Please I need your help?

what does "dis_negative_data" mean?

Hi, What file corresponds to dis_saveto? Looking forword to your reply.

After pretraining the generator and discriminator, the gan_training is too slow even for 1K training data. ### gan_train.py line 102 where the get_reward takes the most time. The step is...

When I run codes based on config file, the error says there are no such files. Do you know how to solve this problem? Thank you.

Should ``` worddict[''] = 0 worddict[''] = 1 worddict[''] = 1 worddict[''] = 1 ``` be ``` worddict[''] = 0 worddict[''] = 1 worddict[''] = 2 worddict[''] = 3 ```

Sorry, I didn't read the questions raised by others before. Can you make a data format to the original project? No data is needed, only a small number of data...