README.md
setup.py
thumt/__init__.py
thumt.egg-info/PKG-INFO
thumt.egg-info/SOURCES.txt
thumt.egg-info/dependency_links.txt
thumt.egg-info/entry_points.txt
thumt.egg-info/requires.txt
thumt.egg-info/top_level.txt
thumt/bin/__init__.py
thumt/bin/scorer.py
thumt/bin/trainer.py
thumt/bin/translator.py
thumt/data/__init__.py
thumt/data/dataset.py
thumt/data/vocab.py
thumt/models/__init__.py
thumt/models/transformer.py
thumt/modules/__init__.py
thumt/modules/affine.py
thumt/modules/attention.py
thumt/modules/embedding.py
thumt/modules/feed_forward.py
thumt/modules/layer_norm.py
thumt/modules/losses.py
thumt/modules/module.py
thumt/modules/recurrent.py
thumt/optimizers/__init__.py
thumt/optimizers/clipping.py
thumt/optimizers/optimizers.py
thumt/optimizers/schedules.py
thumt/scripts/average_checkpoints.py
thumt/scripts/build_vocab.py
thumt/scripts/convert_checkpoint.py
thumt/scripts/shuffle_corpus.py
thumt/utils/__init__.py
thumt/utils/bleu.py
thumt/utils/bpe.py
thumt/utils/checkpoint.py
thumt/utils/evaluation.py
thumt/utils/hparams.py
thumt/utils/inference.py
thumt/utils/misc.py
thumt/utils/nest.py
thumt/utils/scope.py
thumt/utils/summary.py