Harry24k / adversarial-attacks-pytorch

PyTorch implementation of adversarial attacks [torchattacks]

Home Page:https://adversarial-attacks-pytorch.readthedocs.io/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regression case[QUESTION]

dheerajvarma24 opened this issue · comments

❔ Any questions

Can we extend this code to the Regression case where we have several continuous inputs and the output belongs to R (real numbers)? If so how?

At the moment, I see this code is valid for only classification cases.

Currently, attacks are constructed only for the classification task.
For the regression case, we need to fix more than one part of the codes.
It will be a huge update, so I will move it to an issue for future work.
Thank you!

@Harry24k Thank you for the immediate reply. If there's any plan to incorporate regression cases in near future, I am happy to contribute, please let me know your timeline in such case.