26 lines
780 B
Bash
26 lines
780 B
Bash
|
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
|
||
|
---
|
||
|
nohup python main.py --gpu 3 --data WN18RR --drop 0.0 --drop_path 0.0 >run_log/fnet-wn.log 2>&1 &
|