thu-ml / ares

A Python library for adversarial machine learning focusing on benchmarking adversarial robustness.
https://thu-ml-ares.rtfd.io
Apache License 2.0
482 stars 89 forks source link

assigning parameter to batch attack function #16

Closed Swaraj-72 closed 3 years ago

Swaraj-72 commented 3 years ago

I have used cifar10 dataset as the parameter input of 'xs' for batch_attack() function provided to attacks. The attached error has shown up. What exactly needs to be passed in as 'xs' parameter? Issue