joycex99 / adversarial-training

local modifications to mister_ed (pytorch-based adversarial attacks + training), all credit to https://github.com/revbucket/mister_ed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adversarial training

Follow set-up according to mister_ed. Some names, models, etc. modified, but most lib structure is the same.

E.g. to run PGD-based adversarial training: python -m scripts.advtrain_resnet32_pgd --exp resnet32_pgd --arch resnet32 --verbosity medium

About

local modifications to mister_ed (pytorch-based adversarial attacks + training), all credit to https://github.com/revbucket/mister_ed


Languages

Language:Jupyter Notebook 66.7%Language:Python 33.2%Language:Lua 0.1%Language:Shell 0.0%