Skip to content
Snippets Groups Projects
Commit 5abf4f57 authored by i-robot's avatar i-robot Committed by Gitee
Browse files

!97 centerface amend shell

Merge pull request !97 from chenweitao_295/centerface_shell
parents f635e3bf de4284cc
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,11 @@ then
exit 1
fi
if [ -f log_eval_all.txt ]
then
rm -rf ./log_eval_all.txt
fi
#for i in $(seq start_epoch end_epoch+1)
for i in $(seq 89 200)
do
......
......@@ -80,7 +80,7 @@ echo "start training on $RANK_SIZE devices"
mkdir ${current_exec_path}/train_distribute_gpu
cd ${current_exec_path}/train_distribute_gpu || exit
mpirun -n $1 \
mpirun --allow-run-as-root -n $1 \
python ${dirname_path}/${SCRIPT_NAME} \
--lr=4e-3 \
--per_batch_size=8 \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment