tanlingp

Results 9 issues of tanlingp

Would like to ask how I will attack your method using my own generated counter samples? Looking forward to your reply, appreciate it!

May I use Cifar10 to train the generator? Why haven't I been converging? If you can, please provide the code. Thank you.

How does your cross dataset attack work

Your code currently operates one image at a time, is it possible to adjust the batch_size operation? I look forward to hearing from you!

Wanted to ask about how to verify performance against samples for defense methods, you didn't quite understand that part. Looking forward to your reply, thanks a million.

Sorry to interrupt, code error Traceback (most recent call last). File "main.py", line 153, in adv_image, clean_acc, adv_acc = run_diffusion_attack(tmp_image, label[ind:ind + 1]. File "main.py", line 72, in run_diffusion_attack adv_image,...

'HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /stabilityai/stable-diffusion-2-base/resolve/main/model_index.json (Caused by ConnectTimeoutError(, 'Connection to huggingface.co timed out. (connect timeout=10)'))' thrown while requesting HEAD https://huggingface.co/stabilityai/stable-diffusion-2-base/resolve/main/model_index.json

The inception model I reproduced couldn't do what you did. We usually have 229✖229 as input for that model, here it is 224✖224. does this have any effect please? Looking...

Thanks for your excellent work. I found that it took six hours to train just 1,000 images. This is certainly cost intensive. I would like to ask if this is...