Skip to content

Commit 9e35d1a

Browse files
committed
l2 results on cifar
1 parent 30607c0 commit 9e35d1a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CifarAdverserial_Linf.py

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
import torchvision.transforms as transforms
1111
from torch.utils.data import DataLoader
1212

13+
torch.hub.set_dir('/data/torchhub/')
14+
1315
test_transform = transforms.Compose([
1416
transforms.ToTensor() # convert to tensor
1517
])

adv-results-cifar-l2.json

+1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)