Home
last modified time | relevance | path

Searched refs:evaluator_keys (Results 1 – 1 of 1) sorted by relevance

/test/mlts/benchmark/results/
Dgenerate_result.py247 def is_topk_evaluator(evaluator_keys): argument
249 return (len(evaluator_keys) == 5 and
250 evaluator_keys[0] == 'top_1' and
251 evaluator_keys[1] == 'top_2' and
252 evaluator_keys[2] == 'top_3' and
253 evaluator_keys[3] == 'top_4' and
254 evaluator_keys[4] == 'top_5')
257 def is_melceplogf0_evaluator(evaluator_keys): argument
259 return (len(evaluator_keys) == 2 and
260 evaluator_keys[0] == 'max_mel_cep_distortion' and
[all …]