Peidong Liu
Peidong Liu
Thanks for your reply! The following is what I did in detail: I first preprocessed the large images(224\*224) as usual and then generated small patches and fed all individual patches...
Thanks to your reply! In the `generate_heatmap_pytorch` method, I use patchsize=33 and stride=8 with padding just as what you did. Now the situation is : In the testing process, the...
I can not reproduce the result, either. On CIFAR-10, I used exactly the same setting as paper did(batch-size 256, epoch 350, target rate 0.7) but got 6.68% top-1 error.