Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
SobhanMP committed Jan 29, 2022
1 parent eb0c04c commit f126780
Show file tree
Hide file tree
Showing 5 changed files with 511 additions and 477 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Implementation of [Adversarial Training for Free!](https://arxiv.org/abs/1904.12843)

the implementation is in the src folder and the pytorch layer `AdversarialForFree` does the work, see the documentation in the code for more information.

The notebooks contain a few tests. The `con` notebook is a test on CIFAR-10 with a wide resnet where we test the properties mentioned with `m=4` and compare it with projected gradient descent adversarial training on performance and time. Furtheremore, we also investigate the cost of training with replays.
Loading

0 comments on commit f126780

Please sign in to comment.