PatchAttack icon indicating copy to clipboard operation
PatchAttack copied to clipboard

PatchAttack (ECCV 2020)

Results 1 PatchAttack issues
Sort by recently updated
recently updated
newest added

the code I use is this ``configure_PA( t_name='/home/host/mounted2/imagenet-/TextureDict/TextureDict_ImageNet', t_labels = np.arange(1000).tolist(), area_occlu = 0.1, n_occlu = 1, rl_batch=500, steps=50, TPA_n_agents=4, ) TPA = PA.TPA(dir_title) criterion = torch.nn.CrossEntropyLoss() metric_logger = utils.MetricLogger(delimiter="...