Searched refs:evaluator_keys (Results 1 – 1 of 1) sorted by relevance
247 def is_topk_evaluator(evaluator_keys): argument249 return (len(evaluator_keys) == 5 and250 evaluator_keys[0] == 'top_1' and251 evaluator_keys[1] == 'top_2' and252 evaluator_keys[2] == 'top_3' and253 evaluator_keys[3] == 'top_4' and254 evaluator_keys[4] == 'top_5')257 def is_melceplogf0_evaluator(evaluator_keys): argument259 return (len(evaluator_keys) == 2 and260 evaluator_keys[0] == 'max_mel_cep_distortion' and[all …]