Files
insightface/recognition/vpl/run.sh

3 lines
249 B
Bash
Raw Normal View History

2021-07-06 21:53:24 +08:00
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 python3 -u -m torch.distributed.launch --nproc_per_node=8 --nnodes=1 --node_rank=0 --master_addr="127.0.0.1" --master_port=1234 train.py $@
#ps -ef | grep "train" | grep -v grep | awk '{print "kill -9 "$2}' | sh