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
Fixed not in list error
tags/v0.2.0-alpha
Amir Lashkari
5 years ago
parent
56e7a7deb5
commit
a43b60f99f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/dataset/transforms/vision/py_transforms.py
+ 1
- 1
mindspore/dataset/transforms/vision/py_transforms.py
View File
@@ -1485,4 +1485,4 @@ class UniformAugment:
Returns:
img (PIL Image), Transformed image.
"""
return util.uniform_augment(img, self.transforms, self.num_ops)
return util.uniform_augment(img, self.transforms
.copy()
, self.num_ops)
Write
Preview
Loading…
Cancel
Save