XMUNMT icon indicating copy to clipboard operation
XMUNMT copied to clipboard

An implementation of RNNsearch using TensorFlow

Results 5 XMUNMT issues
Sort by recently updated
recently updated
newest added

Hi,@Playinf I want to do experiments on GAN neural machine translation, but I don't know whether this model can be implemented and whether the code needs to be modified? I...

Did you do this experiment?Could you provide some benchmark result ?Thanks very much.

运行时出现各种问题、这是怎么回事啊!根本运行不了。 File "trainer.py", line 405, in main(parse_args()) File "trainer.py", line 286, in main collect_params(params, model_cls.get_parameters()) File "trainer.py", line 138, in collect_params collected.add_hparam(k, getattr(all_params, str(k))) AttributeError: 'HParams' object has no attribute...

Hi, I saw you add dropout layer after word embedding, which was not mentioned in rnnsearch paper "Neural Machine Translation by Jointly Learning to Align and Translate". Does this trick...

Hi, is it possible to share some pre-trained models (checkpoints)? Thanks.