-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_weight.sh
27 lines (21 loc) · 2 KB
/
run_weight.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
# nohup ./run_weight.sh &
# ----------------------------------------------------------------------------------------------------------------
# WTGF/recbole_gnn/properties/Train.yaml
# python run_recbole_gnn.py -m=LightGCN_Weight -d=ml-100k -cf=/home/WTGF/recbole_gnn/properties/Train_32768.yaml
# python run_recbole_gnn.py -m=SGL_Weight -d=ml-100k -cf=/home/WTGF/recbole_gnn/properties/Train_32768.yaml
# python run_recbole_gnn.py -m=SimGCL_Weight -d=ml-100k -cf=/home/WTGF/recbole_gnn/properties/Train_32768.yaml
# python run_recbole_gnn.py -m=LightGCN_Weight -d=ml-1m -cf=/home/WTGF/recbole_gnn/properties/Train_32768.yaml
# python run_recbole_gnn.py -m=SGL_Weight -d=ml-1m -cf=/home/WTGF/recbole_gnn/properties/Train_32768.yaml
# python run_recbole_gnn.py -m=SimGCL_Weight -d=ml-1m -cf=/home/WTGF/recbole_gnn/properties/Train_32768.yaml
python run_recbole_gnn.py -m=LightGCN_Weight -d=ml-10m -cf=/home/WTGF/recbole_gnn/properties/Train_32768.yaml
python run_recbole_gnn.py -m=SGL_Weight -d=ml-10m -cf=/home/WTGF/recbole_gnn/properties/Train_16384.yaml
python run_recbole_gnn.py -m=SimGCL_Weight -d=ml-10m -cf=/home/WTGF/recbole_gnn/properties/Train_32768.yaml
# ----------------------------------------------------------------------------------------------------------------
python run_recbole_gnn.py -m=LightGCN_Weight -d=lastfm -cf=/home/WTGF/recbole_gnn/properties/Train_lastfm.yaml
python run_recbole_gnn.py -m=SGL_Weight -d=lastfm -cf=/home/WTGF/recbole_gnn/properties/Train_lastfm.yaml
python run_recbole_gnn.py -m=SimGCL_Weight -d=lastfm -cf=/home/WTGF/recbole_gnn/properties/Train_lastfm.yaml
# ND, RW
# python run_recbole_gnn.py -m=SGL_Weight -d=ml-100k -cf=/home/WTGF/recbole_gnn/properties/Train_32768.yaml
# python run_recbole_gnn.py -m=SGL_Weight -d=ml-1m -cf=/home/WTGF/recbole_gnn/properties/Train_32768.yaml
# python run_recbole_gnn.py -m=SGL_Weight -d=lastfm -cf=/home/WTGF/recbole_gnn/properties/Train_lastfm.yaml
# python run_recbole_gnn.py -m=SGL_Weight -d=ml-10m -cf=/home/WTGF/recbole_gnn/properties/Train_16384.yaml