From 904fab75eb5fdc67a050b3862d1432ecce8cf691 Mon Sep 17 00:00:00 2001 From: Chao Pan <50838819+thupchnsky@users.noreply.github.com> Date: Thu, 9 Sep 2021 20:28:13 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f944d2..2527b98 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ python main_allclass_convplus.py --data_path="processed_files/dataset/" --max_sample=3500 --num_trails=1 ``` **Confusion Matrix** + ![image info](./all_class_cm.png) ### Classification over permutation groups @@ -46,4 +47,5 @@ python main_usecase_resnet1d.py --data_path="processed_files/dataset/" --usecase_short="U2" --model_param="[64,4,1,2]" ``` **Confusion Matrix** + ![image info](./usecase_cm.png)