This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!15324
fix global multiprocessing lock
From:
@jiang-shuqiang
Reviewed-by: @heleiwang,@ms_yan,@liucunwei Signed-off-by:
@liucunwei
pull/15324/MERGE
mindspore-ci-bot
Gitee
4 years ago
parent
83b7f754bd
44654cfa0c
commit
b77da73928
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/dataset/engine/datasets.py
+ 1
- 1
mindspore/dataset/engine/datasets.py
View File
@@ -2193,7 +2193,7 @@ class ShuffleDataset(Dataset):
_GLOBAL_PYFUNC_LIST = []
_GLOBAL_PYFUNC_LIST = []
_OP_NAME = dict()
_OP_NAME = dict()
_OP_PROCESS = dict()
_OP_PROCESS = dict()
_LOCK =
multiprocess
ing.Lock()
_LOCK =
thread
ing.Lock()
# Pyfunc worker init function
# Pyfunc worker init function
Write
Preview
Loading…
Cancel
Save