This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore-mindinsight
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!59
fix static check
Merge pull request
!59
from wenkai/wk0422pylint
tags/v0.2.0-alpha
mindspore-ci-bot
Gitee
5 years ago
parent
988aad751f
4b2f1e7fc8
commit
513fe85328
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
mindinsight/datavisual/data_transform/reservoir.py
+ 0
- 2
mindinsight/datavisual/data_transform/reservoir.py
View File
@@ -157,8 +157,6 @@ class HistogramReservoir(Reservoir):
Args:
size (int): Container Size. If the size is 0, the container is not limited.
"""
def __init__(self, size):
super().__init__(size)
def samples(self):
"""Return all stored samples."""
Write
Preview
Loading…
Cancel
Save