forked from thu-ml/ares
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
21 lines (21 loc) · 924 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "third_party/ImageNet-Adversarial-Training"]
path = third_party/iat
url = https://github.com/facebookresearch/ImageNet-Adversarial-Training
[submodule "third_party/TRADES"]
path = third_party/trades
url = https://github.com/yaodongyu/TRADES/
[submodule "third_party/models"]
path = third_party/models
url = https://github.com/tensorflow/models.git
[submodule "third_party/cifar10_challenge"]
path = third_party/cifar10_challenge
url = https://github.com/MadryLab/cifar10_challenge
[submodule "third_party/deepdefense"]
path = third_party/deepdefense_pytorch
url = https://github.com/ZiangYan/deepdefense.pytorch.git
[submodule "third_party/convex_adversarial"]
path = third_party/convex_adversarial_pytorch
url = https://github.com/locuslab/convex_adversarial.git
[submodule "third_party/bayesian_defense"]
path = third_party/bayesian_defense
url = https://github.com/xuanqing94/BayesianDefense.git