From b6575e2f9c09c96e42f43dea624662f600215cb0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9D=B4=EC=B6=98=EC=84=9D/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Staff=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Wed, 7 Nov 2018 15:34:20 +0900 Subject: [PATCH] Enable more model tests (#3497) The following tests are triggered on default on framework/verification test : - embedding lookup - L2 normalization - L2 pool - Squeeze - Tanh - Transpose - Logistic Signed-off-by: Chunseok Lee --- tests/framework/tests/embedding_lookup/config.sh | 1 - tests/framework/tests/l2_normalization/config.sh | 1 - tests/framework/tests/l2_pool_2d/config.sh | 1 - tests/framework/tests/logistic/config.sh | 1 - tests/framework/tests/squeeze/config.sh | 1 - tests/framework/tests/tanh/config.sh | 1 - tests/framework/tests/tranpose/config.sh | 1 - 7 files changed, 7 deletions(-) diff --git a/tests/framework/tests/embedding_lookup/config.sh b/tests/framework/tests/embedding_lookup/config.sh index c882b15..5e5e4ad 100644 --- a/tests/framework/tests/embedding_lookup/config.sh +++ b/tests/framework/tests/embedding_lookup/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="embedding_lookup_test1.tflite" -STATUS="disabled" diff --git a/tests/framework/tests/l2_normalization/config.sh b/tests/framework/tests/l2_normalization/config.sh index 2cd9d0e..4780124 100644 --- a/tests/framework/tests/l2_normalization/config.sh +++ b/tests/framework/tests/l2_normalization/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="l2_normalization_test1.tflite" -STATUS="disabled" diff --git a/tests/framework/tests/l2_pool_2d/config.sh b/tests/framework/tests/l2_pool_2d/config.sh index 1d5a977..a77aa66 100644 --- a/tests/framework/tests/l2_pool_2d/config.sh +++ b/tests/framework/tests/l2_pool_2d/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="l2pool2d_test.tflite" -STATUS="disabled" diff --git a/tests/framework/tests/logistic/config.sh b/tests/framework/tests/logistic/config.sh index 632c362..456773a 100644 --- a/tests/framework/tests/logistic/config.sh +++ b/tests/framework/tests/logistic/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="sigmoid_test.tflite" -STATUS="disabled" diff --git a/tests/framework/tests/squeeze/config.sh b/tests/framework/tests/squeeze/config.sh index e2b0ecf..5bcc677 100644 --- a/tests/framework/tests/squeeze/config.sh +++ b/tests/framework/tests/squeeze/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="squeeze_test.tflite" -STATUS="disabled" diff --git a/tests/framework/tests/tanh/config.sh b/tests/framework/tests/tanh/config.sh index 76a0aba..a9dde49 100644 --- a/tests/framework/tests/tanh/config.sh +++ b/tests/framework/tests/tanh/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="tanh_test.tflite" -STATUS="disabled" diff --git a/tests/framework/tests/tranpose/config.sh b/tests/framework/tests/tranpose/config.sh index 07a489f..9adb85e 100644 --- a/tests/framework/tests/tranpose/config.sh +++ b/tests/framework/tests/tranpose/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="transpose_4d.tflite" -STATUS="disabled" -- 2.7.4