Files
insightface/recognition/partial_fc/mxnet/config.sh
2020-10-26 14:15:16 +08:00

15 lines
489 B
Bash

export CUDA_VISIBLE_DEVICES='0,1,2,3,4,5,6,7'
export HOROVOD_GPU_ALLREDUCE=NCCL
export HOROVOD_GPU_ALLGATHER=NCCL
export HOROVOD_GPU_BROADCAST=NCLL
export MXNET_CPU_WORKER_NTHREADS=3
# use `which python` to get the absolute path of your python interpreter
#
PYTHON_EXEC=/home/face/miniconda3/envs/nist_pf/bin/python
${PYTHON_EXEC} train_memory.py \
--dataset glint360k_8GPU \
--loss cosface \
--network r100 \
--models-root /data/anxiang/opensource/glint360k_8GPU_r100FC_1.0_fp16_cosface