Browse Source

Pre Merge pull request !301 from wuxiaoyu123456/master

pull/301/MERGE
wuxiaoyu123456 Gitee 3 years ago
parent
commit
dde05bba19
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mindarmour/reliability/concept_drift/concept_drift_check_images.py

+ 1
- 0
mindarmour/reliability/concept_drift/concept_drift_check_images.py View File

@@ -178,6 +178,7 @@ class OodDetectorFeatureCluster(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.


Loading…
Cancel
Save