remove cudnn_deterministic in tipc
parent
600538f63f
commit
18a76f491e
test_tipc
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue