-
Notifications
You must be signed in to change notification settings - Fork 0
/
increasing_sparsity.sh
executable file
·9 lines (9 loc) · 1.82 KB
/
increasing_sparsity.sh
1
2
3
4
5
6
7
8
9
python graph-learning/experiment_runner.py --feature_enhancement 0 1 2 3 --graph_enhancement 0 1 --remove_features 0.2 --remove_edges 0.2 --model gat hetero_conv -e 5000 --comment "increasing both sparsity"
python graph-learning/experiment_runner.py --feature_enhancement 0 1 2 3 --graph_enhancement 0 1 --remove_features 0.3 --remove_edges 0.3 --model gat hetero_conv -e 5000 --comment "increasing both sparsity"
python graph-learning/experiment_runner.py --feature_enhancement 0 1 2 3 --graph_enhancement 0 1 --remove_features 0.4 --remove_edges 0.4 --model gat hetero_conv -e 5000 --comment "increasing both sparsity"
python graph-learning/experiment_runner.py --feature_enhancement 0 1 2 3 --graph_enhancement 0 1 --remove_features 0.5 --remove_edges 0.5 --model gat hetero_conv -e 5000 --comment "increasing both sparsity"
python graph-learning/experiment_runner.py --feature_enhancement 0 1 2 3 --graph_enhancement 0 1 --remove_features 0.6 --remove_edges 0.6 --model gat hetero_conv -e 5000 --comment "increasing both sparsity"
python graph-learning/experiment_runner.py --feature_enhancement 0 1 2 3 --graph_enhancement 0 1 --remove_features 0.7 --remove_edges 0.7 --model gat hetero_conv -e 5000 --comment "increasing both sparsity"
python graph-learning/experiment_runner.py --feature_enhancement 0 1 2 3 --graph_enhancement 0 1 --remove_features 0.8 --remove_edges 0.8 --model gat hetero_conv -e 5000 --comment "increasing both sparsity"
python graph-learning/experiment_runner.py --feature_enhancement 0 1 2 3 --graph_enhancement 0 1 --remove_features 0.9 --remove_edges 0.9 --model gat hetero_conv -e 5000 --comment "increasing both sparsity"
python graph-learning/experiment_runner.py --feature_enhancement 0 1 2 3 --graph_enhancement 0 1 --remove_features 1.0 --remove_edges 1.0 --model gat hetero_conv -e 5000 --comment "increasing both sparsity"