-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.sh
14 lines (11 loc) · 805 Bytes
/
setup.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
wget https://github.com/MadryLab/label-consistent-backdoor-code/releases/download/v1.0/clean_dataset.tar.bz2
tar -vxjf clean_dataset.tar.bz2
rm clean_dataset.tar.bz2
wget https://github.com/MadryLab/label-consistent-backdoor-code/releases/download/v1.0/fully_poisoned_training_datasets.tar.bz2.aa
wget https://github.com/MadryLab/label-consistent-backdoor-code/releases/download/v1.0/fully_poisoned_training_datasets.tar.bz2.ab
wget https://github.com/MadryLab/label-consistent-backdoor-code/releases/download/v1.0/fully_poisoned_training_datasets.tar.bz2.ac
cat fully_poisoned_training_datasets.tar.bz2.* > fully_poisoned_training_datasets.tar.bz2
rm fully_poisoned_training_datasets.tar.bz2.*
tar -vxjf fully_poisoned_training_datasets.tar.bz2
rm fully_poisoned_training_datasets.tar.bz2