LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/quickstart.py
otadtk/__init__.py
otadtk/__main__.py
otadtk/_checkpoints.py
otadtk/adapter.py
otadtk/cli_embeds.py
otadtk/cli_list_models.py
otadtk/diagnostics.py
otadtk/emb_loader.py
otadtk/fad.py
otadtk/kad.py
otadtk/model_loader.py
otadtk/otad.py
otadtk/sinkhorn.py
otadtk.egg-info/PKG-INFO
otadtk.egg-info/SOURCES.txt
otadtk.egg-info/dependency_links.txt
otadtk.egg-info/entry_points.txt
otadtk.egg-info/requires.txt
otadtk.egg-info/top_level.txt
otadtk/checkpoints/ast/adapter_sinkhorn_native_best.pt
otadtk/checkpoints/ast/adapter_triplet_contrastive_best.pt
otadtk/checkpoints/audiomae/adapter_sinkhorn_native_best.pt
otadtk/checkpoints/audiomae/adapter_triplet_contrastive_best.pt
otadtk/checkpoints/beats/adapter_sinkhorn_native_best.pt
otadtk/checkpoints/beats/adapter_triplet_contrastive_best.pt
otadtk/checkpoints/clap/adapter_sinkhorn_native_best.pt
otadtk/checkpoints/clap/adapter_triplet_contrastive_best.pt
otadtk/checkpoints/encodec/adapter_sinkhorn_native_best.pt
otadtk/checkpoints/encodec/adapter_triplet_contrastive_best.pt
otadtk/checkpoints/openl3/adapter_sinkhorn_native_best.pt
otadtk/checkpoints/openl3/adapter_triplet_contrastive_best.pt
otadtk/checkpoints/panns/adapter_sinkhorn_native_best.pt
otadtk/checkpoints/panns/adapter_triplet_contrastive_best.pt
otadtk/checkpoints/panns_wglm/adapter_sinkhorn_native_best.pt
otadtk/checkpoints/panns_wglm/adapter_triplet_contrastive_best.pt
otadtk/checkpoints/vggish/adapter_sinkhorn_native_best.pt
otadtk/checkpoints/vggish/adapter_triplet_contrastive_best.pt
otadtk/encoders/__init__.py
otadtk/encoders/ast.py
otadtk/encoders/audiomae.py
otadtk/encoders/beats.py
otadtk/encoders/clap.py
otadtk/encoders/encodec.py
otadtk/encoders/openl3.py
otadtk/encoders/panns.py
otadtk/encoders/panns_wglm.py
otadtk/encoders/vggish.py
otadtk/encoders/_panns_wglm/__init__.py
otadtk/encoders/_panns_wglm/models.py
otadtk/encoders/_panns_wglm/pytorch_utils.py
tests/test_smoke.py