.flake8
.pylintrc
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
pytest.ini
setup.cfg
setup.py
sockeye.bib
typechecked-files
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/push_pr.yml
.github/workflows/python-publish.yml
.github/workflows/torch_nightly.yml
docs/_config.yml
docs/development.md
docs/faq.md
docs/favicon.ico
docs/index.md
docs/inference.md
docs/scoring.md
docs/setup.md
docs/sockeye.bib
docs/training.md
docs/tutorials.md
docs/_layouts/default.html
docs/css/highlight.css
docs/css/sockeye.css
docs/tutorials/adapt.md
docs/tutorials/multilingual.md
docs/tutorials/seqcopy_tutorial.md
docs/tutorials/wmt.md
docs/tutorials/wmt_large.md
docs/tutorials/multilingual/add_tag_to_lines.py
docs/tutorials/multilingual/prepare-iwslt17-multilingual.sh
docs/tutorials/multilingual/remove_tag_from_translations.py
docs/tutorials/seqcopy/genseqcopy.py
docs/tutorials/wmt/align.png
docs/tutorials/wmt/tb_screenshot.png
requirements/requirements.dev.txt
requirements/requirements.docs.txt
requirements/requirements.txt
sockeye/__init__.py
sockeye/arguments.py
sockeye/average.py
sockeye/beam_search.py
sockeye/checkpoint_decoder.py
sockeye/config.py
sockeye/constants.py
sockeye/data_io.py
sockeye/decoder.py
sockeye/embeddings.py
sockeye/encoder.py
sockeye/evaluate.py
sockeye/git_version.py
sockeye/inference.py
sockeye/initial_setup.py
sockeye/layers.py
sockeye/lexicon.py
sockeye/log.py
sockeye/loss.py
sockeye/lr_scheduler.py
sockeye/model.py
sockeye/optimizers.py
sockeye/output_handler.py
sockeye/prepare_data.py
sockeye/rerank.py
sockeye/score.py
sockeye/scoring.py
sockeye/test_utils.py
sockeye/train.py
sockeye/training.py
sockeye/transformer.py
sockeye/translate.py
sockeye/utils.py
sockeye/vocab.py
sockeye.egg-info/PKG-INFO
sockeye.egg-info/SOURCES.txt
sockeye.egg-info/dependency_links.txt
sockeye.egg-info/entry_points.txt
sockeye.egg-info/requires.txt
sockeye.egg-info/top_level.txt
test/__init__.py
test/common.py
test/data/config_with_missing_attributes.yaml
test/data/model_3.0.x/README.md
test/data/model_3.0.x/config
test/data/model_3.0.x/model_input
test/data/model_3.0.x/params.best
test/data/model_3.0.x/version
test/data/model_3.0.x/vocab.src.0.json
test/data/model_3.0.x/vocab.trg.0.json
test/integration/__init__.py
test/integration/test_backwards_compatibility.py
test/integration/test_seq_copy_int.py
test/system/__init__.py
test/system/pytest.ini
test/system/test_seq_copy_sys.py
test/unit/__init__.py
test/unit/test_arguments.py
test/unit/test_average.py
test/unit/test_beam_search.py
test/unit/test_bleu.py
test/unit/test_chrf.py
test/unit/test_config.py
test/unit/test_data_io.py
test/unit/test_decoder.py
test/unit/test_encoder.py
test/unit/test_fixed_param_strategy.py
test/unit/test_inference.py
test/unit/test_layers.py
test/unit/test_lexicon.py
test/unit/test_loss.py
test/unit/test_lr_scheduler.py
test/unit/test_output_handler.py
test/unit/test_params.py
test/unit/test_reranking.py
test/unit/test_rouge.py
test/unit/test_scoring.py
test/unit/test_transformer.py
test/unit/test_translate.py
test/unit/test_utils.py
test/unit/test_vocab.py