This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
mindarmour
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
17
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
!303
update ood code docs
Merge pull request
!303
from wuxiaoyu123456/code_docs
tags/v1.6.0
i-robot
Gitee
3 years ago
parent
382a3ae9fa
c70259a461
commit
3ad5602226
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mindarmour/reliability/concept_drift/concept_drift_check_images.py
+ 1
- 0
mindarmour/reliability/concept_drift/concept_drift_check_images.py
View File
@@ -72,6 +72,7 @@ class OodDetector:
def ood_predict(self, threshold, ds_test):
"""
The out-of-distribution detection.
Args:
threshold (float): the threshold to judge ood data. One can set value by experience
or use function get_optimal_threshold.
Write
Preview
Loading…
Cancel
Save