mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-17 22:27:54 +00:00
6 lines
152 B
Bash
6 lines
152 B
Bash
export CUDA_VISIBLE_DEVICES=0
|
|
|
|
|
|
nohup python3.7 valid.py \
|
|
--network 'MobileFaceNet_128' \
|
|
--checkpoint='emore_arcface' > "valid_log.log" 2>&1 & |