diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-15 17:19:20 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-15 17:19:20 +0100 |
| commit | 859350266e59c310fd9ae102a8fa45ba2621ddbf (patch) | |
| tree | 0805a95cb4b368dab2b1217cd7000f2a00b3516c | |
| parent | f63f2608383745697fe51e088c6ae72b9f5c998a (diff) | |
fix?
| -rw-r--r-- | cli/app/search/search_dense.py | 3 |
1 files changed, 2 insertions, 1 deletions
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", |
