!6053 limit_cv_threads_num_to_deeplabv3

Merge pull request !6053 from wukesong/limit_cv_for_deeplabv3
This commit is contained in:
mindspore-ci-bot 2020-09-12 15:22:35 +08:00 committed by Gitee
commit daf6739b22
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
import cv2
import numpy as np
import mindspore.dataset as de
cv2.setNumThreads(0)
class SegDataset: