one-pixel-attack icon indicating copy to clipboard operation
one-pixel-attack copied to clipboard

Structural abnormalities in network models

Open TxiRan opened this issue 1 year ago • 0 comments

the modle The default structure of the model is nn.AdaptiveAvgPool2d(output_size=(7,7))

But the correct one is cifar_model. avgpool=nn AdaptiveAvgPool2d (output_size=(1,1))

TxiRan avatar Apr 20 '24 04:04 TxiRan