DaQiZi
DaQiZi
I wanted to look at the results of FN, and I saw in the code that it was prompted to use the orange box to mark FN, but I didn't...
I tried to use the objectives. direction () function on the full connection layer of Inception V1, but it would report an error. ``` InvalidArgumentErrorTraceback (most recent call last) in...
Hello: The idea is that it looks something like this, and I need to find an image X, where the output at a certain layer is as close as possible...
``` from keras.applications import VGG16 from vis.utils import utils from keras import activations from vis.visualization import visualize_activation # from vis.backend import sel model = VGG16(weights="imagenet",include_top=False) layer_idx = utils.find_layer_idx(model, 'block5_conv3') img...