summaryrefslogtreecommitdiff
path: root/cli/app/search/json.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli/app/search/json.py')
-rw-r--r--cli/app/search/json.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/app/search/json.py b/cli/app/search/json.py
index ecea4a9..2eeaeca 100644
--- a/cli/app/search/json.py
+++ b/cli/app/search/json.py
@@ -83,7 +83,8 @@ def make_params_dense(tag, folder_id):
"truncation": 1.0
},
"log_z_norm": False,
- "feature_extractor_path": "https://tfhub.dev/google/imagenet/inception_v3/feature_vector/1",
+ # "feature_extractor_path": "https://tfhub.dev/google/imagenet/inception_v3/feature_vector/1",
+ "feature_extractor_path": "vgg_16",
"mse": True,
"custom_grad_relu": False,
"random_label": False,