From 606cc754e6c480e1a2054d456f2a697136fab354 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 16 Feb 2020 10:36:23 +0100 Subject: scope --- cli/app/search/search_dense.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/app/search/search_dense.py') diff --git a/cli/app/search/search_dense.py b/cli/app/search/search_dense.py index c589062..fb74411 100644 --- a/cli/app/search/search_dense.py +++ b/cli/app/search/search_dense.py @@ -590,7 +590,7 @@ def feature_loss_vgg(feature_extractor, opt_feature_layers, BATCH_SIZE, img_a, i scope_a = 'vgg_16' scope_b = 'vgg_16' gen_fc, gen_feat_ex = nets.vgg.vgg_16(img_a, scope=scope_a) #, reuse=True) - target_fc, target_feat_ex = nets.vgg.vgg_16(img_b, scope=scope_) #, reuse=True) + target_fc, target_feat_ex = nets.vgg.vgg_16(img_b, scope=scope_b) #, reuse=True) # gen_feat_ex = feature_extractor(dict(images=img_a), as_dict=True, signature='image_feature_vector') # target_feat_ex = feature_extractor(dict(images=img_b), as_dict=True, signature='image_feature_vector') -- cgit v1.2.3-70-g09d2