Translation-Invariant-Attacks
Translation-Invariant-Attacks copied to clipboard
error about squeeze
''' InvalidArgumentError (see above for traceback): Tried to explicitly squeeze dimension 1 but dimension was not 1: 2 '''
Sorry, where does the error occur?
''' InvalidArgumentError (see above for traceback): Tried to explicitly squeeze dimension 1 but dimension was not 1: 2 '''
This could be a version issue for python and TensorFlow. You can try to change it with the README.
I met the same issue. Did you solve it?
I met the same issue
I met the same issue. Did you solve it?
solved
Hi,Yinpeng. a question. why do you set the prediction of inception_resnet_v2 as the target label? and the loss is computed by the (y,pred_logits). so is this means that you want to genarate a adv with target label as inception_resnet_v2 predicted rather than a adv that can fool all the 4 models you gave in the model? if it is convient, hope to get you reply? thx