diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-14 16:10:48 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-14 16:10:48 +0100 |
| commit | abc27615421ebd63048a3450eb89e46c1f51e322 (patch) | |
| tree | 70fe2db33b399082c2eaba8a581b91793efba1c9 /cli/app/search/json.py | |
| parent | 92b210979f501e3a9a857b614abdda3786942627 (diff) | |
vgg feature loss
Diffstat (limited to 'cli/app/search/json.py')
| -rw-r--r-- | cli/app/search/json.py | 3 |
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, |
