Commit 717c517
authored
Clean up internals, fix bugs, add tests + CI (#15)
* Remove internal code: training, dataset, benchmarks, root-level scripts
* [Build] Add load_cnn_model to predictor.py, fix weights_only=True, break circular import
* [Build] Fix batch_infer.py: update import, fix indent, remove pass, guard cuda, organize imports
* [Build] Fix hcqm.py: change default device to None, resolve with get_device()
* [Build] Deduplicate utils.py: split_audio as core, load_and_split_audio as wrapper
* [Build] Add __init__.py files, fix re-export, update pyproject.toml
* Fix import ordering across all source files
* [Build] Add tests and CI workflow1 parent a7e2791 commit 717c517
27 files changed
Lines changed: 280 additions & 1213 deletions
File tree
- .github/workflows
- src/deeprhythm
- audio_proc
- dataset
- model
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments