-
Notifications
You must be signed in to change notification settings - Fork 0
/
grad_match.sh
23 lines (19 loc) · 1.66 KB
/
grad_match.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
python src/grad_match.py --topn 5000 --dataset CIFAR100 --model ResNet18 --per_class 1 --with_train 1
python src/grad_match.py --topn 5000 --dataset CIFAR100 --model ResNet18 --per_class 1 --with_train 0
# python src/grad_match.py --topn 5000 --dataset CIFAR100 --model ResNet18 --per_class 0 --with_train 1
# python src/grad_match.py --topn 5000 --dataset CIFAR100 --model ResNet18 --per_class 0 --with_train 0
python src/grad_match.py --topn 500 --dataset CIFAR10 --model ResNet18 --per_class 1 --with_train 1
python src/grad_match.py --topn 500 --dataset CIFAR10 --model ResNet18 --per_class 1 --with_train 0
python src/grad_match.py --topn 500 --dataset CIFAR10 --model ResNet18 --per_class 0 --with_train 1
python src/grad_match.py --topn 500 --dataset CIFAR10 --model ResNet18 --per_class 0 --with_train 0
python src/grad_match.py --topn 500 --dataset SVHN --model ResNet18 --per_class 1 --with_train 1
python src/grad_match.py --topn 500 --dataset SVHN --model ResNet18 --per_class 1 --with_train 0
python src/grad_match.py --topn 500 --dataset SVHN --model ResNet18 --per_class 0 --with_train 1
python src/grad_match.py --topn 500 --dataset SVHN --model ResNet18 --per_class 0 --with_train 0
python src/grad_match.py --topn 500 --dataset MNIST --model ResNet18 --per_class 1 --with_train 1
python src/grad_match.py --topn 500 --dataset MNIST --model ResNet18 --per_class 1 --with_train 0
python src/grad_match.py --topn 500 --dataset MNIST --model ResNet18 --per_class 0 --with_train 1
python src/grad_match.py --topn 500 --dataset MNIST --model ResNet18 --per_class 0 --with_train 0
git add .
git commit -m "Ran grad_match.py for CIFAR100, CIFAR10, SVHN and MNIST"
git push origin colab