forked from choasma/HSIC-bottleneck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask_resconv.sh
executable file
·16 lines (14 loc) · 1.26 KB
/
task_resconv.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
../bin/run_hsicbt -cfg ../config/resconv-hsicbt.yaml -mf hsic_weight_resconv_mnist.pt -dc mnist
../bin/run_hsicbt -cfg ../config/resconv-format.yaml -mf hsic_weight_resconv_mnist.pt -dc mnist
../bin/run_hsicbt -cfg ../config/resconv-backprop.yaml -mf hsic_weight_resconv_mnist.pt -dc mnist
../bin/run_hsicbt -cfg ../config/resconv-hsicbt.yaml -mf hsic_weight_resconv_fmnist.pt -dc fmnist -s 5 -ld 500
../bin/run_hsicbt -cfg ../config/resconv-format.yaml -mf hsic_weight_resconv_fmnist.pt -dc fmnist
../bin/run_hsicbt -cfg ../config/resconv-backprop.yaml -mf hsic_weight_resconv_fmnist.pt -dc fmnist
../bin/run_hsicbt -cfg ../config/resconv-hsicbt.yaml -mf hsic_weight_resconv_cifar10.pt -dc cifar10 -s 5 -ld 500
../bin/run_hsicbt -cfg ../config/resconv-format.yaml -mf hsic_weight_resconv_cifar10.pt -dc cifar10
../bin/run_hsicbt -cfg ../config/resconv-backprop.yaml -mf hsic_weight_resconv_cifar10.pt -dc cifar10
../bin/run_hsicbt -cfg ../config/resconv-hsicbt.yaml -mf hsic_weight_resconv_synthetic.pt -dc synthetic
../bin/run_hsicbt -cfg ../config/resconv-format.yaml -mf hsic_weight_resconv_synthetic.pt -dc synthetic
../bin/run_hsicbt -cfg ../config/resconv-backprop.yaml -mf hsic_weight_resconv_synthetic.pt -dc synthetic
../bin/run_plot -t resconv -e pdf