Pratyush Maini
Pratyush Maini
Hey! Can you explain to me the tool you are using to unzip this? I have used multiple tools and the extraction is not happening in the desired format. The...
This does not work for me on the command line. are you sure this is working in the command line I have also tried other methods like 7za but they...
`: ~/projects/CNNDetection> ` $ cd dataset/test `: ~/projects/CNNDetection/dataset/test> ` $ ls download_testset.sh `: ~/projects/CNNDetection/dataset/test> ` $ bash download_testset.sh % Total % Received % Xferd Average Speed Time Time Time Current...
As you can see in the comment I posted, the script downloads just 89936KB of data which is clearly not the test set.
Did you try for the train set or for val and test? Now val and test work, but train does not. I think its an issue with where it is...
Can you tell me the command such as this to do that? https://stackoverflow.com/questions/46239248/how-to-download-a-file-from-box-using-wget This and many other links don't work.
Hey, To get the model I used: `dataset, model = get_dataset_model( dataset='cifar', arch='resnet50', checkpoint_fname='cifar/stadv_0.05.pt', )` And to test the model I used: `attack = StAdvAttack( model, bound=0.05, )` I tried...
Thanks for checking this. One fix could be to make an early stop on finding a successful example. Can you confirm which of the following models did you use for...
Can you also let me know where do you set the number of iterations?
Adding model = nn.DataParallel(model) before loading should fix it