Thesis/run.sh

43 lines
1.4 KiB
Bash
Raw Permalink Normal View History

2023-05-04 08:49:41 +00:00
nohup python main.py --gpu 0 >run_log/pool-2.log 2>&1 &
PID: 12354
tail -f -n 200 run_log/pool-2.log
----
nohup python main.py --gpu 0 >run_log/pool-3.log 2>&1 &
PID: 29835
tail -f -n 200 run_log/pool-3.log
---
nohup python main.py --gpu 1 --data WN18RR >run_log/fnet.log 2>&1 &
PID: 29835
tail -f -n 200 run_log/fnet.log
---
nohup python main.py --gpu 3 >run_log/fnet-fb15k.log 2>&1 &
PID: 3562
tail -f -n 200 run_log/fnet-fb15k.log
test: testrun_115a2b86
---
nohup python main.py --gpu 3 >run_log/fnet-fb15k-237.log 2>&1 &
PID: 3947
test: testrun_2502dc86
---
nohup python main.py --gpu 3 --drop 0.0 --drop_path 0.0 >run_log/fnet-fb.log 2>&1 &
PID: 4503
test: testrun_d542676f
---
2023-06-08 06:40:16 +00:00
nohup python main.py --gpu 3 --data WN18RR --drop 0.0 --drop_path 0.0 >run_log/fnet-wn.log 2>&1 &
---
nohup python main.py --name ice0003 --lr 0.0003 --data icews14 --gpu 1 >run_log/ice0003.log 2>&1 &
PID: 3076
tail -f -n 200 run_log/ice0003.log
---
nohup python main.py --name ice0003_2 --lr 0.00003 --data icews14 --gpu 3 >run_log/ice0003_2.log 2>&1 &
PID: 3390
tail -f -n 200 run_log/ice0003_2.log
---
nohup python main.py --name ice00001 --lr 0.00001 --data icews14 --gpu 2 >run_log/ice00001.log 2>&1 &
PID:
___
nohup python main.py --name ice001 --lr 0.001 --data icews14 --gpu 3 >run_log/0.001.log 2>&1 &
___
nohup python main.py --name iceboth --data icews14_both --gpu 0 >run_log/iceboth.log 2>&1 &
2023-06-24 04:11:17 +00:00
PID: 21984