remove cudnn_deterministic in tipc

pull/1715/head
dongshuilong 2022-03-04 02:54:04 +00:00
parent 600538f63f
commit 18a76f491e
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ else
fi
# run train
eval "unset CUDA_VISIBLE_DEVICES"
export FLAGS_cudnn_deterministic=True
# export FLAGS_cudnn_deterministic=True
sleep 5
eval $cmd
status_check $? "${cmd}" "${status_log}"