myniu
init
12f772a
raw
history blame contribute delete
No virus
284 Bytes
#!/bin/bash
work_path=$(dirname $0)
partition=$1
GLOG_vmodule=MemcachedClient=-1 srun --mpi=pmi2 -p $partition -n8 \
--gres=gpu:8 --ntasks-per-node=8 \
python -u main.py \
--config $work_path/config.yaml --launcher slurm \
--load-iter 10000 \
--resume