admin commited on
Commit
1bcbad2
·
1 Parent(s): 88854b4
Files changed (2) hide show
  1. .gitignore +2 -0
  2. README.md +7 -7
.gitignore CHANGED
@@ -1 +1,3 @@
1
  rename.sh
 
 
 
1
  rename.sh
2
+ test*
3
+ *__pycache__*
README.md CHANGED
@@ -67,12 +67,12 @@ A demo result of SqueezeNet fine-tuning:
67
 
68
  ## Cite
69
  ```bibtex
70
- @article{Zhou2023AHE,
71
- author = {Monan Zhou and Shangda Wu and Shaohua Ji and Zijin Li and Wei Li},
72
- title = {A Holistic Evaluation of Piano Sound Quality},
73
- booktitle = {Proceedings of the 10th Conference on Sound and Music Technology (CSMT)},
74
- year = {2023},
75
- publisher = {Springer Singapore},
76
- address = {Singapore}
77
  }
78
  ```
 
67
 
68
  ## Cite
69
  ```bibtex
70
+ @inproceedings{zhou2023holistic,
71
+ title = {A holistic evaluation of piano sound quality},
72
+ author = {Zhou, Monan and Wu, Shangda and Ji, Shaohua and Li, Zijin and Li, Wei},
73
+ booktitle = {National Conference on Sound and Music Technology},
74
+ pages = {3--17},
75
+ year = {2023},
76
+ organization = {Springer}
77
  }
78
  ```