qinenergy/cotta

ModuleNotFoundError: No module named 'autoattack'

Closed this issue · 2 comments

I get this error when I run the code, Could you please send us the link to this package. I cannot find it on the internet.

Autoattack is part of the dependency from robustbench.

Please, use the conda environment provided by us:

conda env create -f environment.yml
conda activate cotta 

It will be solved by

- git+https://github.com/robustbench/robustbench@v0.1#egg=robustbench

Actually, I followed the two mentioned commands and got this reported issue. The issue is solved when I used the command 'pip install [line:107]' Thanks a lot!