nematus icon indicating copy to clipboard operation
nematus copied to clipboard

Please consider providing a demo container

Open Cloudmersive opened this issue 6 years ago • 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.

Cloudmersive avatar Jul 02 '18 23:07 Cloudmersive

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.

rsennrich avatar Jul 03 '18 08:07 rsennrich

(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.

rsennrich avatar Jul 03 '18 08:07 rsennrich