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
!874
【轻量级 PR】:update mindspore/dataset/transforms/vision/py_transforms.py. Fix docstring example.
Merge pull request
!874
from cathwong/N/A
tags/v0.3.0-alpha
mindspore-ci-bot
Gitee
5 years ago
parent
b28d9d13db
bd5f74c51e
commit
ea7872b0a3
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
@@ -1355,7 +1355,7 @@ class RandomSharpness:
Examples:
>>> py_transforms.ComposeOp([py_transforms.Decode(),
>>> py_transforms.Random
Color
(0.5,1.5),
>>> py_transforms.Random
Sharpness
(0.5,1.5),
>>> py_transforms.ToTensor()])
"""
Write
Preview
Loading…
Cancel
Save