example configuration for neural machine translation with external memory.
Created by: lcy-seso
-
the idea of external memory originates from NTM.
-
In this example, we would like to show how to add external memory to a NMT model. Please refer to this configuration file written in old PaddlePaddle API.
-
The example must include the training and generating process.
-
Please directly use the wmt14 dataset.
-
Please pull your codes and doc to the mt_with_external_memory directory.