mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-12 03:22:19 +00:00
auc images
This commit is contained in:
parent
1162d74dc4
commit
29760e255b
@ -6,5 +6,5 @@ AUC results for different epochs could be found at <https://huggingface.co/GuoLi
|
|||||||
|
|
||||||
E.g. for epoch 15 and avg 1, result log file is: <https://huggingface.co/GuoLiyong/himia_ctc_tdnn_baseline/blob/main/exp_max_duration_100/post/epoch_15-avg_1/log/log-auc-himia_aishell-2023-03-16-17-42-14>
|
E.g. for epoch 15 and avg 1, result log file is: <https://huggingface.co/GuoLiyong/himia_ctc_tdnn_baseline/blob/main/exp_max_duration_100/post/epoch_15-avg_1/log/log-auc-himia_aishell-2023-03-16-17-42-14>
|
||||||
|
|
||||||
Corresponding ROC curve is: <https://huggingface.co/GuoLiyong/himia_ctc_tdnn_baseline/blob/main/exp_max_duration_100/post/epoch_15-avg_1/himia_aishell.pdf>
|
Corresponding ROC curve is: <https://huggingface.co/GuoLiyong/himia_ctc_tdnn_baseline/blob/main/exp_max_duration_100/post/epoch_15-avg_1/himia_aishell.png>
|
||||||
|
|
||||||
|
@ -10,8 +10,7 @@ Here is the result for epoch_15-avg_1(with the highest AUC).
|
|||||||
| ---- | ---- | ----|
|
| ---- | ---- | ----|
|
||||||
| AUC | 0.9597 |0.9292|
|
| AUC | 0.9597 |0.9292|
|
||||||
|
|
||||||
HiMia-CW
|

|
||||||

|
|
||||||
|

|
||||||
|
|
||||||
HiMia-Aishell
|
|
||||||

|
|
||||||
|
@ -124,7 +124,7 @@ def main():
|
|||||||
|
|
||||||
output_path = Path(args.positive_score_file).parent
|
output_path = Path(args.positive_score_file).parent
|
||||||
logging.info(f"AUC of {args.legend} {output_path}: {roc_auc}")
|
logging.info(f"AUC of {args.legend} {output_path}: {roc_auc}")
|
||||||
plt.savefig(f"{output_path}/{args.legend}.pdf", bbox_inches="tight")
|
plt.savefig(f"{output_path}/{args.legend}.png", bbox_inches="tight")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user