Qiaoyu Zhang (Owen)

Results 1 comments of Qiaoyu Zhang (Owen)

In the debugger, keys in 'output' are 'vgg_19/conv5/conv5_4' instead of 'vgg_19_1/vgg_19/conv5/conv5_4'. I changed line 335 and 337 to `target_layer = 'vgg_19/conv5/conv5_4'` and `target_layer = 'vgg_19/conv2/conv2_2'` respectively and solved the problem....