LICENSE
README.md
pyproject.toml
setup.py
bin/auto_torchrun
bin/pipenv_install
todd/__init__.py
todd/py.typed
todd/bases/__init__.py
todd/bases/configs/__init__.py
todd/bases/configs/base.py
todd/bases/registries/__init__.py
todd/bases/registries/base.py
todd/bases/registries/build_pre_hooks.py
todd/colors/__init__.py
todd/colors/color.py
todd/colors/color_wheel.py
todd/colors/constants.py
todd/colors/palette.py
todd/colors/rgba.py
todd/colors/yiq.py
todd/configs/__init__.py
todd/configs/diff.py
todd/configs/py_.py
todd/configs/serialize.py
todd/datasets/__init__.py
todd/datasets/base.py
todd/datasets/coco.py
todd/datasets/constants.py
todd/datasets/imagenet.py
todd/datasets/index.py
todd/datasets/laion_aesthetics.py
todd/datasets/lvis.py
todd/datasets/objects365.py
todd/datasets/pil.py
todd/datasets/registries.py
todd/datasets/sa_med2d.py
todd/datasets/satin.py
todd/datasets/v3det.py
todd/datasets/access_layers/__init__.py
todd/datasets/access_layers/base.py
todd/datasets/access_layers/concat.py
todd/datasets/access_layers/cv2.py
todd/datasets/access_layers/folder.py
todd/datasets/access_layers/hf.py
todd/datasets/access_layers/npy.py
todd/datasets/access_layers/pil.py
todd/datasets/access_layers/pth.py
todd/datasets/access_layers/suffix.py
todd/loggers/__init__.py
todd/loggers/formatter.py
todd/loggers/logger_.py
todd/loggers/master_logger_.py
todd/loggers/control_sequences/__init__.py
todd/loggers/control_sequences/control_sequence.py
todd/loggers/control_sequences/sgr.py
todd/models/__init__.py
todd/models/frozens.py
todd/models/mean_std.py
todd/models/norms.py
todd/models/registries.py
todd/models/torchvision.py
todd/models/filters/__init__.py
todd/models/filters/base.py
todd/models/filters/named_member.py
todd/models/filters/named_module.py
todd/models/filters/named_parameter.py
todd/models/losses/__init__.py
todd/models/losses/base.py
todd/models/losses/functional.py
todd/models/losses/registries.py
todd/models/losses/schedulers.py
todd/models/modules/__init__.py
todd/models/modules/attentions.py
todd/models/modules/clip.py
todd/models/modules/dino.py
todd/models/modules/eva.py
todd/models/modules/position_embeddings.py
todd/models/modules/pretrained.py
todd/models/modules/transformer.py
todd/models/modules/utils.py
todd/models/modules/vit.py
todd/models/modules/vocos.py
todd/models/shadows/__init__.py
todd/models/shadows/base.py
todd/models/shadows/ema.py
todd/models/utils/__init__.py
todd/models/utils/interpolate_position_embedding.py
todd/patches/__init__.py
todd/patches/cv2/__init__.py
todd/patches/cv2/image_processing.py
todd/patches/cv2/video_io.py
todd/patches/pil/__init__.py
todd/patches/pil/image.py
todd/patches/py_/__init__.py
todd/patches/py_/argparse.py
todd/patches/py_/builtins.py
todd/patches/py_/codecs.py
todd/patches/py_/collections.py
todd/patches/py_/importlib.py
todd/patches/py_/inspect.py
todd/patches/py_/json.py
todd/patches/py_/logging.py
todd/patches/py_/subprocess.py
todd/patches/pydub/__init__.py
todd/patches/pydub/audio_segment.py
todd/patches/torch/__init__.py
todd/patches/torch/aten.py
todd/patches/torch/distributed.py
todd/patches/torch/misc.py
todd/patches/torch/nn.py
todd/patches/torch/serialization.py
todd/patches/torch/utils.py
todd/registries/__init__.py
todd/registries/config.py
todd/registries/model.py
todd/registries/partial.py
todd/registries/patches.py
todd/registries/runner.py
todd/registries/task.py
todd/registries/visual.py
todd/runners/__init__.py
todd/runners/base.py
todd/runners/epoch_based_trainer.py
todd/runners/iter_based_trainer.py
todd/runners/memo.py
todd/runners/registries.py
todd/runners/trainer.py
todd/runners/validator.py
todd/runners/callbacks/__init__.py
todd/runners/callbacks/autocast.py
todd/runners/callbacks/base.py
todd/runners/callbacks/checkpoint.py
todd/runners/callbacks/composed.py
todd/runners/callbacks/git.py
todd/runners/callbacks/interval.py
todd/runners/callbacks/log.py
todd/runners/callbacks/lr.py
todd/runners/callbacks/metric.py
todd/runners/callbacks/monitor.py
todd/runners/callbacks/optimize.py
todd/runners/callbacks/shadow.py
todd/runners/callbacks/tensorboard.py
todd/runners/metrics/__init__.py
todd/runners/metrics/accuracy.py
todd/runners/metrics/base.py
todd/runners/metrics/loss.py
todd/runners/metrics/ready_made.py
todd/runners/metrics/vanilla.py
todd/runners/strategies/__init__.py
todd/runners/strategies/base.py
todd/runners/strategies/cuda.py
todd/runners/strategies/ddp.py
todd/runners/strategies/fsdp.py
todd/runners/utils/__init__.py
todd/runners/utils/etas.py
todd/runners/utils/priority_queue.py
todd/runners/utils/runner_holder.py
todd/scripts/crop_border.py
todd/scripts/merge_lmdbs.py
todd/tasks/__init__.py
todd/tasks/registries.py
todd/tasks/image_classification/__init__.py
todd/tasks/image_classification/models/__init__.py
todd/tasks/image_classification/models/ram.csv
todd/tasks/image_classification/models/ram.py
todd/tasks/image_generation/__init__.py
todd/tasks/image_generation/fid.py
todd/tasks/image_generation/registries.py
todd/tasks/knowledge_distillation/__init__.py
todd/tasks/knowledge_distillation/registries.py
todd/tasks/knowledge_distillation/distillers/__init__.py
todd/tasks/knowledge_distillation/distillers/base.py
todd/tasks/knowledge_distillation/distillers/registries.py
todd/tasks/knowledge_distillation/distillers/single_student.py
todd/tasks/knowledge_distillation/distillers/adapts/__init__.py
todd/tasks/knowledge_distillation/distillers/adapts/attention.py
todd/tasks/knowledge_distillation/distillers/adapts/base.py
todd/tasks/knowledge_distillation/distillers/adapts/custom.py
todd/tasks/knowledge_distillation/distillers/adapts/decouple.py
todd/tasks/knowledge_distillation/distillers/adapts/detach.py
todd/tasks/knowledge_distillation/distillers/adapts/dict_tensor.py
todd/tasks/knowledge_distillation/distillers/adapts/list_tensor.py
todd/tasks/knowledge_distillation/distillers/adapts/model.py
todd/tasks/knowledge_distillation/distillers/adapts/null.py
todd/tasks/knowledge_distillation/distillers/hooks/__init__.py
todd/tasks/knowledge_distillation/distillers/hooks/append.py
todd/tasks/knowledge_distillation/distillers/hooks/base.py
todd/tasks/knowledge_distillation/distillers/hooks/duplicate.py
todd/tasks/knowledge_distillation/distillers/hooks/vanilla.py
todd/tasks/knowledge_distillation/models/__init__.py
todd/tasks/knowledge_distillation/models/registries.py
todd/tasks/knowledge_distillation/models/losses/__init__.py
todd/tasks/knowledge_distillation/models/losses/mimic.py
todd/tasks/knowledge_distillation/utils/__init__.py
todd/tasks/knowledge_distillation/utils/processors.py
todd/tasks/knowledge_graph/__init__.py
todd/tasks/knowledge_graph/conceptnet.py
todd/tasks/large_multimodal_model/__init__.py
todd/tasks/large_multimodal_model/c2i_data.py
todd/tasks/large_multimodal_model/image_data.py
todd/tasks/large_multimodal_model/interleaved_data.py
todd/tasks/large_multimodal_model/x2i_data.py
todd/tasks/natural_language_processing/__init__.py
todd/tasks/natural_language_processing/bpe.py
todd/tasks/natural_language_processing/registries.py
todd/tasks/natural_language_processing/runners/__init__.py
todd/tasks/natural_language_processing/runners/registries.py
todd/tasks/natural_language_processing/segmentors/__init__.py
todd/tasks/natural_language_processing/segmentors/base.py
todd/tasks/natural_language_processing/segmentors/regex.py
todd/tasks/natural_language_processing/tokenizers/__init__.py
todd/tasks/natural_language_processing/tokenizers/base.py
todd/tasks/natural_language_processing/tokenizers/clip.py
todd/tasks/natural_language_processing/tokenizers/clip_bpe.txt.gz
todd/tasks/object_detection/__init__.py
todd/tasks/object_detection/bboxes.py
todd/tasks/object_detection/registries.py
todd/tasks/object_detection/models/__init__.py
todd/tasks/object_detection/models/registries.py
todd/tasks/object_detection/models/losses/__init__.py
todd/tasks/object_detection/models/losses/focal.py
todd/tasks/object_detection/visuals/__init__.py
todd/tasks/object_detection/visuals/annotations.py
todd/tasks/object_detection_knowledge_distillation/__init__.py
todd/tasks/object_detection_knowledge_distillation/registries.py
todd/tasks/object_detection_knowledge_distillation/distillers/__init__.py
todd/tasks/object_detection_knowledge_distillation/distillers/registries.py
todd/tasks/object_detection_knowledge_distillation/distillers/adapts/__init__.py
todd/tasks/object_detection_knowledge_distillation/distillers/adapts/iou.py
todd/tasks/object_detection_knowledge_distillation/distillers/adapts/mask.py
todd/tasks/object_detection_knowledge_distillation/models/__init__.py
todd/tasks/object_detection_knowledge_distillation/models/registries.py
todd/tasks/object_detection_knowledge_distillation/models/losses/__init__.py
todd/tasks/object_detection_knowledge_distillation/models/losses/ckd.py
todd/tasks/object_detection_knowledge_distillation/models/losses/mimic.py
todd/tasks/object_detection_knowledge_distillation/models/losses/rcnn.py
todd/tasks/optical_flow_estimation/__init__.py
todd/tasks/optical_flow_estimation/optical_flow.py
todd/tasks/optical_flow_estimation/registries.py
todd/tasks/optical_flow_estimation/datasets/__init__.py
todd/tasks/optical_flow_estimation/datasets/base.py
todd/tasks/optical_flow_estimation/datasets/registries.py
todd/tasks/optical_flow_estimation/datasets/sintel.py
todd/tasks/optical_flow_estimation/datasets/spring.py
todd/tasks/optical_flow_estimation/datasets/access_layers/__init__.py
todd/tasks/optical_flow_estimation/datasets/access_layers/optical_flow.py
todd/tasks/optical_flow_estimation/datasets/access_layers/spring.py
todd/tasks/point_tracking/__init__.py
todd/tasks/point_tracking/points.py
todd/tasks/point_tracking/registries.py
todd/tasks/point_tracking/visuals.py
todd/tasks/point_tracking/datasets/__init__.py
todd/tasks/point_tracking/datasets/registries.py
todd/tasks/point_tracking/datasets/tap_vid_davis.py
todd/tasks/point_tracking/datasets/access_layers/__init__.py
todd/tasks/point_tracking/datasets/access_layers/tap_vid_davis.py
todd/tasks/text_to_speech/__init__.py
todd/tasks/text_to_speech/lines.py
todd/tasks/text_to_speech/voices.py
todd/tasks/text_to_speech/f5_tts/__init__.py
todd/tasks/text_to_speech/f5_tts/api.py
todd/tasks/text_to_speech/f5_tts/constants.py
todd/tasks/text_to_speech/f5_tts/lines.py
todd/tasks/text_to_speech/f5_tts/tokenizer.py
todd/tasks/text_to_speech/f5_tts/utils.py
todd/tasks/text_to_speech/f5_tts/voices.py
todd/tasks/text_to_speech/f5_tts/modules/__init__.py
todd/tasks/text_to_speech/f5_tts/modules/audio_embedding.py
todd/tasks/text_to_speech/f5_tts/modules/dit.py
todd/tasks/text_to_speech/f5_tts/modules/model.py
todd/tasks/text_to_speech/f5_tts/modules/text_embedding.py
todd/tasks/text_to_speech/f5_tts/modules/time_embedding.py
todd/tasks/text_to_speech/utils/__init__.py
todd/tasks/text_to_speech/utils/normalize_text.py
todd/tasks/utils/__init__.py
todd/tasks/utils/tensor_wrapper.py
todd/utils/__init__.py
todd/utils/collect_env.py
todd/utils/ema.py
todd/utils/holders.py
todd/utils/misc.py
todd/utils/nested_collection_utils.py
todd/utils/networks.py
todd/utils/seeds.py
todd/utils/serialize.py
todd/utils/state_dicts.py
todd/utils/state_machines.py
todd/utils/statistician.py
todd/utils/stores.py
todd/visuals/__init__.py
todd/visuals/anchors.py
todd/visuals/base.py
todd/visuals/cv2.py
todd/visuals/pptx.py
todd_ai.egg-info/PKG-INFO
todd_ai.egg-info/SOURCES.txt
todd_ai.egg-info/dependency_links.txt
todd_ai.egg-info/entry_points.txt
todd_ai.egg-info/requires.txt
todd_ai.egg-info/top_level.txt