DSE-MSU / DeepRobust

A pytorch adversarial library for attack and defense methods on images and graphs
MIT License
994 stars 192 forks source link

Tidy imports and module docstrings graph global attacks #23

Closed henrykenlay closed 4 years ago

henrykenlay commented 4 years ago

I did some organising of the docstring and imports for the global attacks modules. I removed unused and duplicate imports and organised them according to PEP8. I also changed the module docstrings to triple quotes as per PEP 257