From 29760e255b511f83422d83d67e86a137ad131be6 Mon Sep 17 00:00:00 2001 From: glynpu Date: Fri, 17 Mar 2023 16:04:58 +0800 Subject: [PATCH] auc images --- egs/himia/wuw/README.md | 2 +- egs/himia/wuw/RESULTS.md | 7 +++---- egs/himia/wuw/local/auc.py | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/egs/himia/wuw/README.md b/egs/himia/wuw/README.md index 50d92ccd9..f557aaaaf 100644 --- a/egs/himia/wuw/README.md +++ b/egs/himia/wuw/README.md @@ -6,5 +6,5 @@ AUC results for different epochs could be found at -Corresponding ROC curve is: +Corresponding ROC curve is: diff --git a/egs/himia/wuw/RESULTS.md b/egs/himia/wuw/RESULTS.md index 7b7006d36..21a331202 100644 --- a/egs/himia/wuw/RESULTS.md +++ b/egs/himia/wuw/RESULTS.md @@ -10,8 +10,7 @@ Here is the result for epoch_15-avg_1(with the highest AUC). | ---- | ---- | ----| | AUC | 0.9597 |0.9292| -HiMia-CW -![himia_cw](https://huggingface.co/GuoLiyong/himia_ctc_tdnn_baseline/resolve/main/exp_max_duration_100/post/epoch_15-avg_1/himia_cw.pdf) +![himia_aishell](https://huggingface.co/GuoLiyong/himia_ctc_tdnn_baseline/resolve/main/exp_max_duration_100/post/epoch_15-avg_1/himia_aishell.png) + +![himia_cw](https://huggingface.co/GuoLiyong/himia_ctc_tdnn_baseline/resolve/main/exp_max_duration_100/post/epoch_15-avg_1/himia_cw.png) -HiMia-Aishell -![himia_aishell](https://huggingface.co/GuoLiyong/himia_ctc_tdnn_baseline/resolve/main/exp_max_duration_100/post/epoch_15-avg_1/himia_aishell.pdf) diff --git a/egs/himia/wuw/local/auc.py b/egs/himia/wuw/local/auc.py index f5a210d87..09f2a276b 100755 --- a/egs/himia/wuw/local/auc.py +++ b/egs/himia/wuw/local/auc.py @@ -124,7 +124,7 @@ def main(): output_path = Path(args.positive_score_file).parent 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__":