WDCNMT
WDCNMT copied to clipboard
Code for "Multi-Domain Neural Machine Translation with Word-Level Domain Context Discrimination"(EMNLP2019)
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