Implement Adversarial Patch (Adversarial Patch paper) Attacks.
(It's Not official implementation of this paper)
Scripts for Start
git clone https://github.com/PresentJay/Adversarial_Patch_Attack_With_Pytorch.gitcd ./Adversarial_Patch_Attack_With_Pytorch
pip install virtualenvvirtualenv venv. venv/scripts/activate
pip install -r requirements.txtpython main.py
| order | contents | startdate | enddate |
|---|---|---|---|
| 1 | organize results |
||
| 2 | add more experiment styles |
||
| 3 | add anaconda environment |
||
| 4 | add usage commands |
||
| 5 | modify some private data in log |
||
| 6 | add final patch and graphs to all results |
-
PresentJay (정현재) (Jeong HyeonJae)
- Email: presentj94@gmail.com
Commit Convention:
Udacity Style
https://udacity.github.io/git-styleguide/
DocString Convention:
Google Style
https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html