Lastsource
Lastsource
It should be because during the process of retrieving library files, the first retrieved file is the ldm file in the site package, and the ldm. util here comes from...
> sorry,there must be something wrong in my reply,I guess you used 'pip install ldm',but ldm is a package in this project,so you should delete ldm got from pip.
> in line 104 of eval_sde_adv.py, if attack_version == 'standard': attack_list = ['apgd-ce', 'apgd-t', 'fab-t', 'square'] This attack_list is passed as an argument in the AutoAttack call in line 117....