File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -168,8 +168,12 @@ m21_pfe = PersistentFeatureExtractor(
168168 name = " music21"
169169)
170170
171- benchmark = Benchmark.init_from_config_file(
172- feature_extractors_list = [m21_pfe]
171+ benchmark = Benchmark(
172+ feature_extractors_list = [m21_pfe],
173+ tasks = [
174+ " ComposerClassificationASAP" ,
175+ " ScorePerformanceRetrievalASAP"
176+ ]
173177)
174178benchmark.run_all_tasks()
175179results_df = benchmark.get_result_df(round_num = 3 , return_ci = True )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ allow-direct-references = true
77
88[project ]
99name = " symurbench"
10- version = " 0 .0.1.1 "
10+ version = " 1 .0.0 "
1111description = " SyMuRBench: Benchmark for symbolic music representations"
1212readme = {file = " README.md" , content-type = " text/markdown" }
1313license = {file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments