cure-lab / ContraNet

This is the official implementation of ContraNet (NDSS2022).
18 stars 2 forks source link

Problems compiling and executing the application #3

Open tevonwallace opened 1 year ago

tevonwallace commented 1 year ago

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

yangyijune commented 1 year ago

Hi, have you solved the problem? adaptive_PGD_loss is an arg to choose the adaptive attack loss function. See here.