Files
insightface/recognition/partial_fc/mxnet/run.sh

11 lines
232 B
Bash
Raw Normal View History

2020-10-13 13:13:24 +08:00
#!/bin/bash
mpirun -np 8 \
2021-01-02 15:57:12 +08:00
-hostfile hosts/host_8 --allow-run-as-root \
2020-10-13 13:13:24 +08:00
-bind-to none -map-by slot \
-x LD_LIBRARY_PATH -x PATH \
-mca pml ob1 -mca btl ^openib \
2021-01-02 15:57:12 +08:00
-mca btl_tcp_if_include eth0 \
2020-10-13 13:13:24 +08:00
-x OMP_NUM_THREADS=2 \
bash config.sh