-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,10 +89,6 @@ or the latest *stable* version of **`RobustBench`**: | |
pip install git+https://github.com/RobustBench/[email protected] | ||
``` | ||
|
||
This will also install all the dependencies but `torch` and `torchvision`. We leave the installation | ||
of the most suitable versions for your hardware up to you. We're currently supporting `torch>=1.7.0` | ||
. | ||
|
||
Now let's try to load CIFAR-10 and some quite robust CIFAR-10 models from | ||
[Carmon2019Unlabeled](https://arxiv.org/abs/1905.13736) that achieves 59.53% robust accuracy evaluated with AA under | ||
`eps=8/255`: | ||
|