From 0a524d0fefac623b387bc1375060a3eb130cca59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9D=B4=ED=95=9C=EC=A2=85/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Engineer/=EC=82=BC=EC=84=B1=EC=A0=84?= =?utf8?q?=EC=9E=90?= Date: Thu, 19 Jul 2018 16:16:40 +0900 Subject: [PATCH] [neurun] Fix inception test name (#2017) Fix wrong name `inception` to `inceptionv3` Signed-off-by: Hanjoung Lee --- tools/test_driver/newruntime_frameworktest_list.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_driver/newruntime_frameworktest_list.txt b/tools/test_driver/newruntime_frameworktest_list.txt index a5f612b..df639d9 100644 --- a/tools/test_driver/newruntime_frameworktest_list.txt +++ b/tools/test_driver/newruntime_frameworktest_list.txt @@ -5,4 +5,4 @@ convolution2 maxpool1 maxpool2 softmax -inception +inceptionv3 -- 2.7.4