Skip to content
  • This project
    • Loading...
  • Sign in

wanghai-tech / hikoon-ACR

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hikoon-ACR
  • acr-engine
  • data
  • models_open_smoke_fixed
  • song_to_idx.json
  • cnb.bofCdSsphPA's avatar
    Close the open-dataset smoke loop through evaluation · dc9ef1b8 ...
    dc9ef1b8
    Constraint: Open-dataset support was not complete until imported corpora could train, build indexes, and produce eval outputs without manual path surgery
    Rejected: Stop at train.py dry-run | Does not prove the retrieval/evaluation half of the workflow actually works
    Confidence: high
    Scope-risk: moderate
    Directive: Keep future external dataset layouts self-contained and manifests-root aware across training, indexing, and evaluation paths
    Tested: /usr/local/miniconda3/bin/python train.py --data data/external_ingested/synthetic_as_open_fixed/fma/manifests --output data/models_open_smoke_fixed --device cpu --epochs 1 --batch-size 2; /usr/local/miniconda3/bin/python run_demo.py build-index --data data/external_ingested/synthetic_as_open_fixed/fma/manifests --model data/models_open_smoke_fixed/best_model.pt --output data/index_open_smoke_fixed --device cpu; /usr/local/miniconda3/bin/python evaluate.py --data data/external_ingested/synthetic_as_open_fixed/fma/manifests --model data/models_open_smoke_fixed/best_model.pt --index-prefix data/index_open_smoke_fixed/reference --split test --device cpu --fast-eval --output-json reports/open-smoke-fixed/fma/eval.json; /usr/local/miniconda3/bin/python -m py_compile evaluate.py run_demo.py src/engines/ecapa_embedder.py src/engines/chromaprint_matcher.py src/data/dataset.py src/data/manifest_tools.py src/data/external_adapters.py train.py
    Not-tested: Real downloaded FMA or MTG-Jamendo corpora at larger scale
    cnb.bofCdSsphPA authored 2026-06-02 12:59:41 +0800
song_to_idx.json 296 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
  "fma_00001": 0,
  "fma_00002": 1,
  "fma_00005": 2,
  "fma_00007": 3,
  "fma_00008": 4,
  "fma_00010": 5,
  "fma_00012": 6,
  "fma_00014": 7,
  "fma_00015": 8,
  "fma_00016": 9,
  "fma_00017": 10,
  "fma_00018": 11,
  "fma_00019": 12,
  "fma_00021": 13,
  "fma_00022": 14,
  "fma_00023": 15
}