LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
BIT_DL/pytorch/__init__.py
BIT_DL/pytorch/hyperparams.py
BIT_DL/pytorch/module_base.py
BIT_DL/pytorch/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/__pycache__/hyperparams.cpython-38.pyc
BIT_DL/pytorch/__pycache__/module_base.cpython-38.pyc
BIT_DL/pytorch/core/__init__.py
BIT_DL/pytorch/core/attention_mechanism.py
BIT_DL/pytorch/core/attention_mechanism_utils.py
BIT_DL/pytorch/core/cell_wrappers.py
BIT_DL/pytorch/core/layers.py
BIT_DL/pytorch/core/optimization.py
BIT_DL/pytorch/core/regularizers.py
BIT_DL/pytorch/core/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/core/__pycache__/attention_mechanism.cpython-38.pyc
BIT_DL/pytorch/core/__pycache__/attention_mechanism_utils.cpython-38.pyc
BIT_DL/pytorch/core/__pycache__/cell_wrappers.cpython-38.pyc
BIT_DL/pytorch/core/__pycache__/layers.cpython-38.pyc
BIT_DL/pytorch/core/__pycache__/optimization.cpython-38.pyc
BIT_DL/pytorch/core/__pycache__/regularizers.cpython-38.pyc
BIT_DL/pytorch/data/__init__.py
BIT_DL/pytorch/data/data_utils.py
BIT_DL/pytorch/data/embedding.py
BIT_DL/pytorch/data/vocabulary.py
BIT_DL/pytorch/data/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/data/__pycache__/data_utils.cpython-38.pyc
BIT_DL/pytorch/data/__pycache__/embedding.cpython-38.pyc
BIT_DL/pytorch/data/__pycache__/vocabulary.cpython-38.pyc
BIT_DL/pytorch/data/data/__init__.py
BIT_DL/pytorch/data/data/data_base.py
BIT_DL/pytorch/data/data/data_iterators.py
BIT_DL/pytorch/data/data/data_iterators_utils.py
BIT_DL/pytorch/data/data/dataset_utils.py
BIT_DL/pytorch/data/data/mono_text_data.py
BIT_DL/pytorch/data/data/multi_aligned_data.py
BIT_DL/pytorch/data/data/paired_text_data.py
BIT_DL/pytorch/data/data/record_data.py
BIT_DL/pytorch/data/data/sampler.py
BIT_DL/pytorch/data/data/scalar_data.py
BIT_DL/pytorch/data/data/text_data_base.py
BIT_DL/pytorch/data/data/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/data/data/__pycache__/data_base.cpython-38.pyc
BIT_DL/pytorch/data/data/__pycache__/data_iterators.cpython-38.pyc
BIT_DL/pytorch/data/data/__pycache__/data_iterators_utils.cpython-38.pyc
BIT_DL/pytorch/data/data/__pycache__/dataset_utils.cpython-38.pyc
BIT_DL/pytorch/data/data/__pycache__/mono_text_data.cpython-38.pyc
BIT_DL/pytorch/data/data/__pycache__/multi_aligned_data.cpython-38.pyc
BIT_DL/pytorch/data/data/__pycache__/paired_text_data.cpython-38.pyc
BIT_DL/pytorch/data/data/__pycache__/record_data.cpython-38.pyc
BIT_DL/pytorch/data/data/__pycache__/sampler.cpython-38.pyc
BIT_DL/pytorch/data/data/__pycache__/scalar_data.cpython-38.pyc
BIT_DL/pytorch/data/data/__pycache__/text_data_base.cpython-38.pyc
BIT_DL/pytorch/data/tokenizers/__init__.py
BIT_DL/pytorch/data/tokenizers/bert_tokenizer.py
BIT_DL/pytorch/data/tokenizers/bert_tokenizer_utils.py
BIT_DL/pytorch/data/tokenizers/gpt2_tokenizer.py
BIT_DL/pytorch/data/tokenizers/gpt2_tokenizer_utils.py
BIT_DL/pytorch/data/tokenizers/roberta_tokenizer.py
BIT_DL/pytorch/data/tokenizers/sentencepiece_tokenizer.py
BIT_DL/pytorch/data/tokenizers/t5_tokenizer.py
BIT_DL/pytorch/data/tokenizers/tokenizer_base.py
BIT_DL/pytorch/data/tokenizers/xlnet_tokenizer.py
BIT_DL/pytorch/data/tokenizers/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/evals/__init__.py
BIT_DL/pytorch/evals/bleu.py
BIT_DL/pytorch/evals/bleu_moses.py
BIT_DL/pytorch/evals/bleu_transformer.py
BIT_DL/pytorch/evals/metrics.py
BIT_DL/pytorch/evals/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/evals/__pycache__/bleu.cpython-38.pyc
BIT_DL/pytorch/evals/__pycache__/bleu_moses.cpython-38.pyc
BIT_DL/pytorch/evals/__pycache__/bleu_transformer.cpython-38.pyc
BIT_DL/pytorch/evals/__pycache__/metrics.cpython-38.pyc
BIT_DL/pytorch/losses/__init__.py
BIT_DL/pytorch/losses/adv_losses.py
BIT_DL/pytorch/losses/entropy.py
BIT_DL/pytorch/losses/info_loss.py
BIT_DL/pytorch/losses/losses_utils.py
BIT_DL/pytorch/losses/mle_losses.py
BIT_DL/pytorch/losses/pg_losses.py
BIT_DL/pytorch/losses/rewards.py
BIT_DL/pytorch/losses/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/losses/__pycache__/adv_losses.cpython-38.pyc
BIT_DL/pytorch/losses/__pycache__/entropy.cpython-38.pyc
BIT_DL/pytorch/losses/__pycache__/losses_utils.cpython-38.pyc
BIT_DL/pytorch/losses/__pycache__/mle_losses.cpython-38.pyc
BIT_DL/pytorch/losses/__pycache__/pg_losses.cpython-38.pyc
BIT_DL/pytorch/losses/__pycache__/rewards.cpython-38.pyc
BIT_DL/pytorch/modules/__init__.py
BIT_DL/pytorch/modules/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/modules/classifiers/__init__.py
BIT_DL/pytorch/modules/classifiers/bert_classifier.py
BIT_DL/pytorch/modules/classifiers/classifier_base.py
BIT_DL/pytorch/modules/classifiers/conv_classifiers.py
BIT_DL/pytorch/modules/classifiers/gpt2_classifier.py
BIT_DL/pytorch/modules/classifiers/rnn_classifiers.py
BIT_DL/pytorch/modules/classifiers/roberta_classifier.py
BIT_DL/pytorch/modules/classifiers/xlnet_classifier.py
BIT_DL/pytorch/modules/classifiers/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/modules/classifiers/__pycache__/bert_classifier.cpython-38.pyc
BIT_DL/pytorch/modules/classifiers/__pycache__/classifier_base.cpython-38.pyc
BIT_DL/pytorch/modules/classifiers/__pycache__/conv_classifiers.cpython-38.pyc
BIT_DL/pytorch/modules/classifiers/__pycache__/gpt2_classifier.cpython-38.pyc
BIT_DL/pytorch/modules/classifiers/__pycache__/rnn_classifiers.cpython-38.pyc
BIT_DL/pytorch/modules/classifiers/__pycache__/roberta_classifier.cpython-38.pyc
BIT_DL/pytorch/modules/classifiers/__pycache__/xlnet_classifier.cpython-38.pyc
BIT_DL/pytorch/modules/connectors/__init__.py
BIT_DL/pytorch/modules/connectors/connector_base.py
BIT_DL/pytorch/modules/connectors/connectors.py
BIT_DL/pytorch/modules/connectors/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/modules/connectors/__pycache__/connector_base.cpython-38.pyc
BIT_DL/pytorch/modules/connectors/__pycache__/connectors.cpython-38.pyc
BIT_DL/pytorch/modules/decoders/__init__.py
BIT_DL/pytorch/modules/decoders/decoder_base.py
BIT_DL/pytorch/modules/decoders/decoder_helpers.py
BIT_DL/pytorch/modules/decoders/gpt2_decoder.py
BIT_DL/pytorch/modules/decoders/rnn_decoder_base.py
BIT_DL/pytorch/modules/decoders/rnn_decoders.py
BIT_DL/pytorch/modules/decoders/t5_decoder.py
BIT_DL/pytorch/modules/decoders/transformer_decoders.py
BIT_DL/pytorch/modules/decoders/xlnet_decoder.py
BIT_DL/pytorch/modules/decoders/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/modules/decoders/__pycache__/decoder_base.cpython-38.pyc
BIT_DL/pytorch/modules/decoders/__pycache__/decoder_helpers.cpython-38.pyc
BIT_DL/pytorch/modules/decoders/__pycache__/gpt2_decoder.cpython-38.pyc
BIT_DL/pytorch/modules/decoders/__pycache__/rnn_decoder_base.cpython-38.pyc
BIT_DL/pytorch/modules/decoders/__pycache__/rnn_decoders.cpython-38.pyc
BIT_DL/pytorch/modules/decoders/__pycache__/t5_decoder.cpython-38.pyc
BIT_DL/pytorch/modules/decoders/__pycache__/transformer_decoders.cpython-38.pyc
BIT_DL/pytorch/modules/decoders/__pycache__/xlnet_decoder.cpython-38.pyc
BIT_DL/pytorch/modules/embedders/__init__.py
BIT_DL/pytorch/modules/embedders/embedder_base.py
BIT_DL/pytorch/modules/embedders/embedder_utils.py
BIT_DL/pytorch/modules/embedders/embedders.py
BIT_DL/pytorch/modules/embedders/position_embedders.py
BIT_DL/pytorch/modules/embedders/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/modules/embedders/__pycache__/embedder_base.cpython-38.pyc
BIT_DL/pytorch/modules/embedders/__pycache__/embedder_utils.cpython-38.pyc
BIT_DL/pytorch/modules/embedders/__pycache__/embedders.cpython-38.pyc
BIT_DL/pytorch/modules/embedders/__pycache__/position_embedders.cpython-38.pyc
BIT_DL/pytorch/modules/encoder_decoders/__init__.py
BIT_DL/pytorch/modules/encoder_decoders/encoder_decoder_base.py
BIT_DL/pytorch/modules/encoder_decoders/t5_encoder_decoder.py
BIT_DL/pytorch/modules/encoder_decoders/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/modules/encoder_decoders/__pycache__/encoder_decoder_base.cpython-38.pyc
BIT_DL/pytorch/modules/encoder_decoders/__pycache__/t5_encoder_decoder.cpython-38.pyc
BIT_DL/pytorch/modules/encoders/__init__.py
BIT_DL/pytorch/modules/encoders/bert_encoder.py
BIT_DL/pytorch/modules/encoders/conv_encoders.py
BIT_DL/pytorch/modules/encoders/encoder_base.py
BIT_DL/pytorch/modules/encoders/gpt2_encoder.py
BIT_DL/pytorch/modules/encoders/multihead_attention.py
BIT_DL/pytorch/modules/encoders/rnn_encoders.py
BIT_DL/pytorch/modules/encoders/roberta_encoder.py
BIT_DL/pytorch/modules/encoders/t5_encoder.py
BIT_DL/pytorch/modules/encoders/transformer_encoder.py
BIT_DL/pytorch/modules/encoders/xlnet_encoder.py
BIT_DL/pytorch/modules/encoders/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/modules/encoders/__pycache__/bert_encoder.cpython-38.pyc
BIT_DL/pytorch/modules/encoders/__pycache__/conv_encoders.cpython-38.pyc
BIT_DL/pytorch/modules/encoders/__pycache__/encoder_base.cpython-38.pyc
BIT_DL/pytorch/modules/encoders/__pycache__/gpt2_encoder.cpython-38.pyc
BIT_DL/pytorch/modules/encoders/__pycache__/multihead_attention.cpython-38.pyc
BIT_DL/pytorch/modules/encoders/__pycache__/rnn_encoders.cpython-38.pyc
BIT_DL/pytorch/modules/encoders/__pycache__/roberta_encoder.cpython-38.pyc
BIT_DL/pytorch/modules/encoders/__pycache__/t5_encoder.cpython-38.pyc
BIT_DL/pytorch/modules/encoders/__pycache__/transformer_encoder.cpython-38.pyc
BIT_DL/pytorch/modules/encoders/__pycache__/xlnet_encoder.cpython-38.pyc
BIT_DL/pytorch/modules/networks/__init__.py
BIT_DL/pytorch/modules/networks/conv_networks.py
BIT_DL/pytorch/modules/networks/network_base.py
BIT_DL/pytorch/modules/networks/networks.py
BIT_DL/pytorch/modules/networks/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/modules/networks/__pycache__/conv_networks.cpython-38.pyc
BIT_DL/pytorch/modules/networks/__pycache__/network_base.cpython-38.pyc
BIT_DL/pytorch/modules/networks/__pycache__/networks.cpython-38.pyc
BIT_DL/pytorch/modules/pretrained/__init__.py
BIT_DL/pytorch/modules/pretrained/bert.py
BIT_DL/pytorch/modules/pretrained/gpt2.py
BIT_DL/pytorch/modules/pretrained/pretrained_base.py
BIT_DL/pytorch/modules/pretrained/roberta.py
BIT_DL/pytorch/modules/pretrained/t5.py
BIT_DL/pytorch/modules/pretrained/t5_utils.py
BIT_DL/pytorch/modules/pretrained/xlnet.py
BIT_DL/pytorch/modules/pretrained/xlnet_utils.py
BIT_DL/pytorch/modules/pretrained/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/modules/pretrained/__pycache__/bert.cpython-38.pyc
BIT_DL/pytorch/modules/pretrained/__pycache__/gpt2.cpython-38.pyc
BIT_DL/pytorch/modules/pretrained/__pycache__/pretrained_base.cpython-38.pyc
BIT_DL/pytorch/modules/pretrained/__pycache__/roberta.cpython-38.pyc
BIT_DL/pytorch/modules/pretrained/__pycache__/t5.cpython-38.pyc
BIT_DL/pytorch/modules/pretrained/__pycache__/t5_utils.cpython-38.pyc
BIT_DL/pytorch/modules/pretrained/__pycache__/xlnet.cpython-38.pyc
BIT_DL/pytorch/modules/pretrained/__pycache__/xlnet_utils.cpython-38.pyc
BIT_DL/pytorch/modules/regressors/__init__.py
BIT_DL/pytorch/modules/regressors/regressor_base.py
BIT_DL/pytorch/modules/regressors/xlnet_regressor.py
BIT_DL/pytorch/modules/regressors/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/modules/regressors/__pycache__/regressor_base.cpython-38.pyc
BIT_DL/pytorch/modules/regressors/__pycache__/xlnet_regressor.cpython-38.pyc
BIT_DL/pytorch/run/__init__.py
BIT_DL/pytorch/run/action.py
BIT_DL/pytorch/run/condition.py
BIT_DL/pytorch/run/executor.py
BIT_DL/pytorch/run/executor_utils.py
BIT_DL/pytorch/run/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/run/__pycache__/action.cpython-38.pyc
BIT_DL/pytorch/run/__pycache__/condition.cpython-38.pyc
BIT_DL/pytorch/run/__pycache__/executor.cpython-38.pyc
BIT_DL/pytorch/run/__pycache__/executor_utils.cpython-38.pyc
BIT_DL/pytorch/run/metric/__init__.py
BIT_DL/pytorch/run/metric/base_metric.py
BIT_DL/pytorch/run/metric/classification.py
BIT_DL/pytorch/run/metric/generation.py
BIT_DL/pytorch/run/metric/io.py
BIT_DL/pytorch/run/metric/regression.py
BIT_DL/pytorch/run/metric/summary.py
BIT_DL/pytorch/run/metric/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/run/metric/__pycache__/base_metric.cpython-38.pyc
BIT_DL/pytorch/run/metric/__pycache__/classification.cpython-38.pyc
BIT_DL/pytorch/run/metric/__pycache__/generation.cpython-38.pyc
BIT_DL/pytorch/run/metric/__pycache__/io.cpython-38.pyc
BIT_DL/pytorch/run/metric/__pycache__/regression.cpython-38.pyc
BIT_DL/pytorch/run/metric/__pycache__/summary.cpython-38.pyc
BIT_DL/pytorch/utils/README.md
BIT_DL/pytorch/utils/__init__.py
BIT_DL/pytorch/utils/average_recorder.py
BIT_DL/pytorch/utils/beam_search.py
BIT_DL/pytorch/utils/dtypes.py
BIT_DL/pytorch/utils/exceptions.py
BIT_DL/pytorch/utils/nest.py
BIT_DL/pytorch/utils/rnn.py
BIT_DL/pytorch/utils/shapes.py
BIT_DL/pytorch/utils/test.py
BIT_DL/pytorch/utils/transformer_attentions.py
BIT_DL/pytorch/utils/types.py
BIT_DL/pytorch/utils/utils.py
BIT_DL/pytorch/utils/utils_io.py
BIT_DL/pytorch/utils/__pycache__/__init__.cpython-38.pyc
BIT_DL/pytorch/utils/__pycache__/beam_search.cpython-38.pyc
BIT_DL/pytorch/utils/__pycache__/dtypes.cpython-38.pyc
BIT_DL/pytorch/utils/__pycache__/nest.cpython-38.pyc
BIT_DL/pytorch/utils/__pycache__/rnn.cpython-38.pyc
BIT_DL/pytorch/utils/__pycache__/shapes.cpython-38.pyc
BIT_DL/pytorch/utils/__pycache__/transformer_attentions.cpython-38.pyc
BIT_DL/pytorch/utils/__pycache__/types.cpython-38.pyc
BIT_DL/pytorch/utils/__pycache__/utils.cpython-38.pyc
BIT_DL/pytorch/utils/__pycache__/utils_io.cpython-38.pyc
BIT_framework.egg-info/PKG-INFO
BIT_framework.egg-info/SOURCES.txt
BIT_framework.egg-info/dependency_links.txt
BIT_framework.egg-info/top_level.txt