locuslab / fast_adversarial

[ICLR 2020] A repository for extremely fast adversarial training using FGSM
434 stars 92 forks source link

Imagenet folder miss a lot of files #5

Closed Tianlong-Chen closed 4 years ago

Tianlong-Chen commented 4 years ago

at least the main_free.py, utils and validations

could you please share the missing files?

Tianlong-Chen commented 4 years ago

the command in sh file is:

python main_free.py XXXX

riceric22 commented 4 years ago

Hi @TianlongChenTAMU,

The files that you are looking for are in the utils folder. You can either move them out of the utils folder or add the utils folder to your path. Note that the entire structure of the ImageNet repository is a near direct clone of the free adversarial training repository, with minimal changes to perform FGSM training.

As for main_free.py, this is a result of me renaming the file to main_fast.py to differentiate it from the free training script in case people were working with both repositories, but I forgot to update the sh files. Sorry about that, thanks for bringing it up and I'll update the shell scripts!

riceric22 commented 4 years ago

Closed with f0cb637a863fb56cb9f1336635faccaed312752b