-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun.sh
29 lines (25 loc) · 991 Bytes
/
run.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# source ../nn_analysis/venv/bin/activate
python3 data_processing.py -d IOT_DNL
python3 data_processing.py -d Slicing5G
python3 data_processing.py -d MNIST
python3 data_processing.py -d CIFAR
python3 data_processing.py -d FASHION
python3 data_processing.py -d UNSW
python3 data_division.py -d IOT_DNL -n 8
python3 data_division.py -d Slicing5G -n 8
python3 data_division.py -d MNIST -n 8
python3 data_division.py -d CIFAR -n 8
python3 data_division.py -d FASHION -n 8
python3 data_division.py -d UNSW -n 8
python3 data_division.py -d IOT_DNL -n 4
python3 data_division.py -d Slicing5G -n 4
python3 data_division.py -d MNIST -n 4
python3 data_division.py -d CIFAR -n 4
python3 data_division.py -d FASHION -n 4
python3 data_division.py -d UNSW -n 4
python3 data_division.py -d IOT_DNL -n 2
python3 data_division.py -d Slicing5G -n 2
python3 data_division.py -d MNIST -n 2
python3 data_division.py -d CIFAR -n 2
python3 data_division.py -d FASHION -n 2
python3 data_division.py -d UNSW -n 2