From d7ccaf0cabb9acec1472b111da69476fc5a17c2c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 18 Feb 2020 14:55:48 +0100 Subject: scope --- cli/app/search/search_dense.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 7e0f517..c1a8426 100644 --- a/cli/app/search/search_dense.py +++ b/cli/app/search/search_dense.py @@ -588,8 +588,8 @@ def feature_loss_vgg(feature_extractor, opt_feature_layers, BATCH_SIZE, img_a, i # scope_index += 1 # scope_a = 'vgg_16_{}_a'.format(scope_index) # scope_b = 'vgg_16_{}_b'.format(scope_index) - # scope_a = 'vgg_16' - # scope_b = 'vgg_16' + 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_b) #, reuse=True) with slim.arg_scope(nets.vgg.vgg_arg_scope()): -- cgit v1.2.3-70-g09d2