Problems compiling and executing the application
tevonwallace opened this issue · 1 comments
Hi. I have been experiencing issues executing the application. I followed all instructions, as well as most dependencies. I mentioned "most" dependencies because I got "not found" error messages when installing some of the pip resources.
After installing the dependencies, I receive the following errors after executing the following command:
python adaptive_targeted_PGD_linf.py
[--adaptive_PGD_loss all| ssim_dis_dml| dis_dml| ssim_dis| ssim_dml| dis| dml| ssim]
command not found: ssim_dis_dml
command not found: dis_dml
command not found: ssim_dis
command not found: dis
command not found: ssim_dml
command not found: dml
command not found: ssim
Hi, have you solved the problem? adaptive_PGD_loss
is an arg to choose the adaptive attack loss function. See here.