Harry24k / adversarial-attacks-pytorch

PyTorch implementation of adversarial attacks [torchattacks].
https://adversarial-attacks-pytorch.readthedocs.io/en/latest/index.html
MIT License
1.79k stars 337 forks source link

Add missing attacks in __init__.py #93

Closed Framartin closed 1 year ago

Framartin commented 1 year ago

This PR:

Harry24k commented 1 year ago

Thank you for your advice. The reason why some attacks are not imported is that they are not tested yet. However, sorting is a good idea! Thank you.