|
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Dockerfile.cpu | ||
| Dockerfile.gpu | ||
| README.md | ||
| main.cc | ||
| run.sh | ||
README.md
WNGT 2020 Efficiency Shared Task
This directory contains the runtime resources used for the OpenNMT submission to the WNGT 2020 Efficiency Shared Task. The submission is described in details here.
Note: the dependencies, compilations flags, and hyperparameters are hardcoded for the purpose of this task.
Submitted images
Built with version 0053ebd6:
- https://opennmt-models.s3.amazonaws.com/wngt2020_opennmt_transformer-4-3-256-2ffn-cpu.tar
- https://opennmt-models.s3.amazonaws.com/wngt2020_opennmt_transformer-4-3-256-2ffn-gpu.tar
- https://opennmt-models.s3.amazonaws.com/wngt2020_opennmt_transformer-4-3-256-cpu.tar
- https://opennmt-models.s3.amazonaws.com/wngt2020_opennmt_transformer-4-3-256-gpu.tar
- https://opennmt-models.s3.amazonaws.com/wngt2020_opennmt_transformer-6-3-256-cpu.tar
- https://opennmt-models.s3.amazonaws.com/wngt2020_opennmt_transformer-6-3-256-gpu.tar
- https://opennmt-models.s3.amazonaws.com/wngt2020_opennmt_transformer-base-cpu.tar
- https://opennmt-models.s3.amazonaws.com/wngt2020_opennmt_transformer-base-gpu.tar
Built with version faa23706:
Rebuilding the image
The path to the model can be passed by argument when building the Docker image:
docker build --build-arg MODEL_PATH=<model_path> [...]