Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YaxinLi0-0 authored May 8, 2020
1 parent e963cfb commit 8b97a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ python examples/graph/test_mettack.py --dataset cora --ptb_rate 0.05
```python
from deeprobust.image.attack.pgd import PGD
from deeprobust.image.config import attack_params
import torch
import deeprobust.image.netmodels.resnet as resnet

model = resnet.ResNet18().to('cuda')
Expand Down

0 comments on commit 8b97a83

Please sign in to comment.