Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrusch authored Nov 24, 2023
1 parent 59e9080 commit 0c14bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ pip install -r requirements.txt --user
Run experiments for combinations of data sets x classifiers x attacks (24 experiment cases).

<pre>
make attacks -- run all attacks, using constraint enforcement
make attacks -- run all attacks, using constraint enforcement.
make original -- run all attacks, but without validation (ignore constraints).
make reset -- run all attacks, but use naive reset strategy.
</pre>

![duration](https://img.shields.io/badge/%F0%9F%95%92%2030%20min%20%E2%80%94%203%20h-FFFF00?style=flat-square) **Run constraint performance test.**
Uses varying number of constraints to measure performance impact on current hardware.
This experiment tests PGD - C-PGD - VPGD only on same data set, UNSW-NB15.
This experiment tests PGD, CPGD, VPGD on same data set, UNSW-NB15.

```
make perf
Expand Down

0 comments on commit 0c14bd9

Please sign in to comment.