From 859350266e59c310fd9ae102a8fa45ba2621ddbf Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 15 Jan 2020 17:19:20 +0100 Subject: fix? --- cli/app/search/search_dense.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cli/app/search/search_dense.py b/cli/app/search/search_dense.py index d644cb6..2b51977 100644 --- a/cli/app/search/search_dense.py +++ b/cli/app/search/search_dense.py @@ -26,9 +26,10 @@ feature_layer_names = { '1a': "InceptionV3/Conv2d_1a_3x3", '2a': "InceptionV3/Conv2d_2a_3x3", '2b': "InceptionV3/Conv2d_2b_3x3", - '3a': "InceptionV3/Conv2d_3a_3x3", + '3a': "InceptionV3/Conv2d_3b_3x3", '3b': "InceptionV3/Conv2d_3b_3x3", '4a': "InceptionV3/Conv2d_4a_3x3", + '5a': "InceptionV3/Mixed_5a", '5b': "InceptionV3/Mixed_5b", '5c': "InceptionV3/Mixed_5c", '5d': "InceptionV3/Mixed_5d", -- cgit v1.2.3-70-g09d2