You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/bin/bash
-
- workdir=$(cd $(dirname $0); pwd)
- mainpy=${workdir}/../run_hetu.py
-
- python -m hetu.launcher ${workdir}/../settings/local_s1.yml -n 1 --sched &
- mpirun --allow-run-as-root -np 4 python ${mainpy} --model wdl_criteo --val --comm Hybrid --cache lfuopt --bound 3 --config ${workdir}/../settings/local_w4.yml
|