.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
demo.ipynb
demo_hub_loading.py
publish_to_hub.py
pyproject.toml
requirements.txt
setup.py
train.py
configs/places.yaml
configs/spokencoco.yaml
examples/basic_usage.py
examples/batch_processing.py
examples/mincut_comparison.py
vg_hubert/__init__.py
vg_hubert/mincut.py
vg_hubert/segmenter.py
vg_hubert.egg-info/PKG-INFO
vg_hubert.egg-info/SOURCES.txt
vg_hubert.egg-info/dependency_links.txt
vg_hubert.egg-info/requires.txt
vg_hubert.egg-info/top_level.txt
vg_hubert/datasets/__init__.py
vg_hubert/datasets/places_dataset.py
vg_hubert/datasets/sampler.py
vg_hubert/datasets/spokencoco_dataset.py
vg_hubert/model/__init__.py
vg_hubert/model/audio_encoder.py
vg_hubert/model/dual_encoder.py
vg_hubert/model/utils.py
vg_hubert/model/vision_transformer.py
vg_hubert/model/vit_utils.py
vg_hubert/tests/__init__.py
vg_hubert/tests/test_checkpoint_parity.py
vg_hubert/training/__init__.py
vg_hubert/training/bert_adam.py
vg_hubert/training/trainer.py
vg_hubert/training/trainer_utils.py
vg_hubert/training/utils.py