.codecov.yaml
.codespellignore
.gitignore
.pre-commit-config.yaml
.yamllint.yaml
LICENSE
README.md
pyproject.toml
uv.lock
.github/dependabot.yaml
.github/release.yaml
.github/workflows/bot.yaml
.github/workflows/doc.yaml
.github/workflows/publish.yaml
.github/workflows/pytest.yaml
doc/Makefile
doc/conf.py
doc/index.rst
doc/links.inc
doc/make.bat
doc/references.bib
doc/_sphinxext/sphinx_remove_toctrees.py
doc/_static/.gitkeep
doc/_templates/autosummary/class.rst
doc/_templates/autosummary/class_no_inherited_members.rst
doc/_templates/autosummary/function.rst
doc/_templates/autosummary/model.rst
doc/api/evaluation.rst
doc/api/extractors.rst
doc/api/index.rst
doc/api/io.rst
doc/api/logging.rst
doc/api/nn.rst
doc/api/pipeline.rst
doc/api/training.rst
doc/changes/authors.inc
doc/changes/index.rst
doc/changes/latest.rst
doc/changes/latest.rst.template
src/callcut/__init__.py
src/callcut/_version.py
src/callcut/nn.py
src/callcut.egg-info/PKG-INFO
src/callcut.egg-info/SOURCES.txt
src/callcut.egg-info/dependency_links.txt
src/callcut.egg-info/entry_points.txt
src/callcut.egg-info/requires.txt
src/callcut.egg-info/top_level.txt
src/callcut/_commands/__init__.py
src/callcut/_commands/main.py
src/callcut/_commands/sys_info.py
src/callcut/evaluation/__init__.py
src/callcut/evaluation/_boundary.py
src/callcut/evaluation/_decoding.py
src/callcut/evaluation/_event.py
src/callcut/evaluation/_frame.py
src/callcut/evaluation/_matching.py
src/callcut/evaluation/_types.py
src/callcut/evaluation/_utils.py
src/callcut/extractors/__init__.py
src/callcut/extractors/_base.py
src/callcut/extractors/_snr.py
src/callcut/io/__init__.py
src/callcut/io/_dataset.py
src/callcut/io/_labels.py
src/callcut/io/_loader.py
src/callcut/io/_recording.py
src/callcut/pipeline/__init__.py
src/callcut/pipeline/_evaluate.py
src/callcut/pipeline/_inference.py
src/callcut/pipeline/_predict.py
src/callcut/pipeline/_save_load.py
src/callcut/pipeline/_types.py
src/callcut/training/__init__.py
src/callcut/training/_callbacks.py
src/callcut/training/_datamodule.py
src/callcut/training/_losses.py
src/callcut/training/_module.py
src/callcut/utils/__init__.py
src/callcut/utils/_checks.py
src/callcut/utils/_docs.py
src/callcut/utils/_fixes.py
src/callcut/utils/_imports.py
src/callcut/utils/config.py
src/callcut/utils/logs.py
tests/__init__.py
tests/conftest.py
tests/test_nn.py
tests/_commands/__init__.py
tests/_commands/test_main.py
tests/_commands/test_sys_info.py
tests/assets/gy6or6_baseline_250312_0823.5883.wav
tests/assets/gy6or6_baseline_250312_0823.5883_annotations.csv
tests/assets/gy6or6_baseline_250312_1118.6.wav
tests/assets/gy6or6_baseline_250312_1118.6_annotations.csv
tests/assets/gy6or6_baseline_250312_1456.1276.wav
tests/assets/gy6or6_baseline_250312_1456.1276_annotations.csv
tests/assets/or60yw70_280912_1616.1941.wav
tests/assets/or60yw70_280912_1616.1941_annotations.csv
tests/assets/or60yw70_300912_0725.437.wav
tests/assets/or60yw70_300912_0725.437_annotations.csv
tests/evaluation/__init__.py
tests/evaluation/test__utils.py
tests/io/__init__.py
tests/io/test__loader.py
tests/io/test__recording.py
tests/pipeline/__init__.py
tests/pipeline/conftest.py
tests/pipeline/test__evaluate.py
tests/pipeline/test__inference.py
tests/pipeline/test__predict.py
tests/pipeline/test__save_load.py
tests/pipeline/test__types.py
tests/training/__init__.py
tests/training/test__callbacks.py
tests/training/test__datamodule.py
tests/training/test__losses.py
tests/training/test__module.py
tests/utils/__init__.py
tests/utils/test_checks.py
tests/utils/test_config.py
tests/utils/test_docs.py
tests/utils/test_imports.py
tests/utils/test_logs.py