Views
No views yet
1from huggingface_hub import snapshot_download
2
3model_dir = snapshot_download(
4 "ccmusic-database/GZ_IsoTech",
5 cache_dir="./__pycache__",
6)
7print(model_dir)1GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:ccmusic-database/GZ_IsoTech
2cd GZ_IsoTech| Backbone | Size(M) | Mel | CQT | Chroma |
|---|---|---|---|---|
| vit_l_16 | 304.3 | 0.855 | 0.824 | 0.770 |
| maxvit_t | 30.9 | 0.763 | 0.776 | 0.642 |
| resnext101_64x4d | 83.5 | 0.713 | 0.765 | 0.639 |
| resnet101 | 44.5 | 0.731 | 0.798 | 0.719 |
| regnet_y_8gf | 39.4 | 0.804 | 0.807 | 0.716 |
| shufflenet_v2_x2_0 | 7.4 | 0.702 | 0.799 | 0.665 |
| mobilenet_v3_large | 5.5 | 0.806 | 0.798 | 0.657 |
| Loss curve | ![]() |
|---|---|
| Training and validation accuracy | ![]() |
| Confusion matrix | ![]() |
1@article{Zhou-2025,
2 author = {Monan Zhou and Shenyang Xu and Zhaorui Liu and Zhaowen Wang and Feng Yu and Wei Li and Baoqiang Han},
3 title = {CCMusic: An Open and Diverse Database for Chinese Music Information Retrieval Research},
4 journal = {Transactions of the International Society for Music Information Retrieval},
5 volume = {8},
6 number = {1},
7 pages = {22--38},
8 month = {Mar},
9 year = {2025},
10 url = {https://doi.org/10.5334/tismir.194},
11 doi = {10.5334/tismir.194}
12}