fra31 / auto-attack

Code relative to "Reliable evaluation of adversarial robustness with an ensemble of diverse parameter-free attacks"
https://arxiv.org/abs/2003.01690
MIT License
639 stars 111 forks source link

Update AutoAttack Framework to pytorch 1.9 #68

Closed jS5t3r closed 2 years ago

jS5t3r commented 3 years ago

Hi,

aa new PyTroch version is released: https://pytorch.org/blog/pytorch-1.9-released/

It showed me while training models, that training time goes down by a factor of 2 or 3...

When using your Framework, some updates are needed.

I would like to push my updates to this repository. Can I have a branch or something like that?

regards Peter

fra31 commented 3 years ago

Hi,

that'd be very useful, thanks! What about forking the repository and opening a pull request?

jS5t3r commented 3 years ago

Ok. That's fine.