DSE-MSU / DeepRobust

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

Updated so that this works with Windows #125

Closed FinAminToastCrunch closed 1 year ago

FinAminToastCrunch commented 2 years ago

I imported platform to check if it work with windows. The original "self.root" command tries to download put the tmp file in the C:/ directory (at the very top) which causes a file not found error.

If LCC is set to true, the code as it was did not work with windows.

ChandlerBang commented 1 year ago

Thank you!