-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun.sh
More file actions
executable file
·11 lines (10 loc) · 748 Bytes
/
run.sh
File metadata and controls
executable file
·11 lines (10 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
python scattering_run.py --dataset Roman-empire --mode JOINT --depth 3 --K 6
python scattering_run.py --dataset Amazon-ratings --mode JOINT --depth 5 --K 4
python scattering_run.py --dataset Minesweeper --mode JOINT --depth 5 --K 4
python scattering_run.py --dataset Tolokers --mode JOINT --depth 5 --K 4
python scattering_run.py --dataset Questions --mode JOINT --depth 5 --K 4
python scattering_run.py --dataset Roman-empire --mode ADJ --depth 3 --K 6
python scattering_run.py --dataset Amazon-ratings --mode ADJ --depth 5 --K 2
python scattering_run.py --dataset Minesweeper --mode ADJ --depth 2 --K 4
python scattering_run.py --dataset Tolokers --mode ADJ --depth 5 --K 2
python scattering_run.py --dataset Questions --mode ADJ --depth 5 --K 2