-
Notifications
You must be signed in to change notification settings - Fork 0
/
xai_commands.sh
27 lines (24 loc) · 1.11 KB
/
xai_commands.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
#python xai_tabular.py -d IOT_DNL -x PI
#python xai_tabular.py -d IOT_DNL -x PDV
#python xai_tabular.py -d Slicing5G -x PI
#python xai_tabular.py -d Slicing5G -x PDV
#python xai_tabular.py -d UNSW -x PI
#python xai_tabular.py -d UNSW -x PDV
#python xai_images.py -d CIFAR -x gradCAM
#python xai_images.py -d CIFAR -x integratedGrads
#python xai_images.py -d MNIST -x gradCAM
#python xai_images.py -d MNIST -x integratedGrads
#python xai_images.py -d FASHION -x gradCAM
#python xai_images.py -d FASHION -x integratedGrads
#python correlation_tabular.py -d IOT_DNL -x PI
#python correlation_tabular.py -d IOT_DNL -x PDV
#python correlation_tabular.py -d Slicing5G -x PI
#python correlation_tabular.py -d Slicing5G -x PDV
#python correlation_tabular.py -d UNSW -x PI
#python correlation_tabular.py -d UNSW -x PDV
python correlation_images.py -d CIFAR -x gradCAM
#python correlation_images.py -d CIFAR -x integratedGrads
python correlation_images.py -d MNIST -x gradCAM
#python correlation_images.py -d MNIST -x integratedGrads
python correlation_images.py -d FASHION -x gradCAM
#python correlation_images.py -d FASHION -x integratedGrads