CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
pylintrc
pytest.ini
requirements.dev.txt
requirements.docs.txt
requirements.gpu-cu75.txt
requirements.gpu-cu80.txt
requirements.gpu-cu90.txt
requirements.gpu-cu91.txt
requirements.txt
setup.cfg
setup.py
typechecked-files
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
docs/CHANGELOG.md
docs/Makefile
docs/README.md
docs/conf.py
docs/development.md
docs/faq.md
docs/index.rst
docs/make.bat
docs/modules.rst
docs/user_documentation.md
sockeye/__init__.py
sockeye/arguments.py
sockeye/average.py
sockeye/checkpoint_decoder.py
sockeye/config.py
sockeye/constants.py
sockeye/convolution.py
sockeye/coverage.py
sockeye/data_io.py
sockeye/decoder.py
sockeye/embeddings.py
sockeye/encoder.py
sockeye/evaluate.py
sockeye/extract_parameters.py
sockeye/git_version.py
sockeye/inference.py
sockeye/init_embedding.py
sockeye/initializer.py
sockeye/layers.py
sockeye/lexical_constraints.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/rnn.py
sockeye/rnn_attention.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/integration/__init__.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_attention.py
test/unit/test_average.py
test/unit/test_bleu.py
test/unit/test_chrf.py
test/unit/test_config.py
test/unit/test_constraints.py
test/unit/test_coverage.py
test/unit/test_data_io.py
test/unit/test_decoder.py
test/unit/test_encoder.py
test/unit/test_inference.py
test/unit/test_init_embedding.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_operator.py
test/unit/test_optimizers.py
test/unit/test_output_handler.py
test/unit/test_params.py
test/unit/test_rnn.py
test/unit/test_translate.py
test/unit/test_utils.py
test/unit/test_vocab.py
tutorials/README.md
tutorials/adapt/README.md
tutorials/constraints/README.md
tutorials/seqcopy/README.md
tutorials/seqcopy/genseqcopy.py
tutorials/wmt/README.md
tutorials/wmt/align.png
tutorials/wmt/tb_screenshot.png