hearbenchmark / hear-eval-kit

Evaluation kit for the HEAR Benchmark
https://hearbenchmark.com
Apache License 2.0
56 stars 17 forks source link

scores with multiple subscores is a bit of a mess #338

Closed turian closed 3 years ago

turian commented 3 years ago
 def __call__(self, *args, **kwargs) -> Union[Tuple[Tuple[str, float], ...], float]:

is a bit of a mess. We should do this more cleanly and consistently. In fact, we should never have a score that returns a float. It should always return a tuple.