README.md
setup.py
theta/__init__.py
theta/__main__.py
theta/__version__.py
theta.egg-info/PKG-INFO
theta.egg-info/SOURCES.txt
theta.egg-info/dependency_links.txt
theta.egg-info/requires.txt
theta.egg-info/top_level.txt
theta/audio/__init__.py
theta/cv/__init__.py
theta/cv/data/__init__.py
theta/cv/data/coco_data.py
theta/cv/templates/__init__.py
theta/cv/templates/det/__init__.py
theta/cv/templates/det/mmdet_transforms.py
theta/cv/templates/det/prepare_coco_data.py
theta/cv/templates/det/test.py
theta/cv/templates/det/train.py
theta/cv/templates/det/configs/__init__.py
theta/cv/templates/det/configs/cascade_rcnn_fpn_coco.py
theta/cv/templates/det/configs/det_cascade_rcnn_fpn_coco.py
theta/losses/__init__.py
theta/losses/circleloss.py
theta/losses/dice_loss.py
theta/losses/focalloss.py
theta/losses/label_smoothing.py
theta/modules/__init__.py
theta/modules/modules.py
theta/nlp/__init__.py
theta/nlp/arguments.py
theta/nlp/defaults.py
theta/nlp/data/__init__.py
theta/nlp/data/data_utils.py
theta/nlp/data/samples.py
theta/nlp/data/token_utils.py
theta/nlp/eda/__init__.py
theta/nlp/eda/__main__.py
theta/nlp/models/__init__.py
theta/nlp/models/modeling_bert.py
theta/nlp/models/modeling_xlnet.py
theta/nlp/pipelines/__init__.py
theta/nlp/pipelines/pipeline_text_classification.py
theta/nlp/tasks/__init__.py
theta/nlp/tasks/ner_decodes.py
theta/nlp/tasks/ner_evaluations.py
theta/nlp/tasks/ner_models.py
theta/nlp/tasks/task.py
theta/nlp/tasks/task_glue.py
theta/nlp/tasks/task_ner.py
theta/nlp/templates/__init__.py
theta/nlp/templates/glue/__init__.py
theta/nlp/templates/glue/glue_data.py
theta/nlp/templates/glue/run_glue.py
theta/nlp/templates/glue/webapp.py
theta/nlp/templates/ner/__init__.py
theta/nlp/templates/ner/ner_data.py
theta/nlp/templates/ner/run_ner.py
theta/nlp/templates/ner/webapp.py
theta/nlp/tokenizers/__init__.py
theta/nlp/tokenizers/huggingface_tokenizer.py
theta/utils/SessionState.py
theta/utils/__init__.py
theta/utils/arguments.py
theta/utils/attack_utils.py
theta/utils/augment.py
theta/utils/config.py
theta/utils/misc.py
theta/utils/multiprocess_utils.py
theta/utils/multiprocesses.py
theta/utils/ner_utils.py
theta/utils/path.py
theta/utils/progbar.py
theta/utils/trainer_utils.py
theta/utils/utils.py