WDCNMT icon indicating copy to clipboard operation
WDCNMT copied to clipboard

Code for "Multi-Domain Neural Machine Translation with Word-Level Domain Context Discrimination"(EMNLP2019)

Results 3 WDCNMT issues
Sort by recently updated
recently updated
newest added

Dear authors, thanks for the work here. It would be wonderful if you released a version for Transformer.

In: python -u rnnsearch.py train \ --corpus /path/ch.train \ /path/en.train \ /path/tag.train \ /path/ch.test \ /path/en.test \ /path/tag.test \ ... What are ch.test, en.test, tag.test?. What are they used for?

I am wondering if I can launch the code in multiple gpus in order to increase batch size