EdinburghNLP/nematus

Please consider providing a demo container

Opened this issue · 2 comments

Ideally a container with a pre-trained model in it could be available so that we can easily try the system without having to run numerous setup and training steps manually.

thanks for your suggestion. There are pre-trained models available at the following locations:

http://data.statmt.org/wmt16_systems/
http://data.statmt.org/wmt17_systems/
https://github.com/EdinburghNLP/tramooc-mt (models trained with Nematus; inference with Marian)

only the last one is dockerized though, and we will aim to provide a demo container with pre-trained models in the future.

(Also note that all models were trained with the Theano version, and can be converted to run with the Tensorflow version of Nematus using nematus/theano_tf_convert.py.