Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
title: ECE
|
3 |
datasets:
|
4 |
-
-
|
5 |
tags:
|
6 |
- evaluate
|
7 |
- metric
|
8 |
-
description:
|
9 |
sdk: gradio
|
10 |
-
sdk_version: 3.
|
11 |
app_file: app.py
|
12 |
pinned: false
|
13 |
---
|
@@ -90,4 +90,4 @@ print(results)
|
|
90 |
year = {2019},
|
91 |
url = {https://openaccess.thecvf.com/content_CVPRW_2019/html/Uncertainty_and_Robustness_in_Deep_Visual_Learning/Nixon_Measuring_Calibration_in_Deep_Learning_CVPRW_2019_paper.html},
|
92 |
}
|
93 |
-
```
|
|
|
1 |
---
|
2 |
title: ECE
|
3 |
datasets:
|
4 |
+
- 'null'
|
5 |
tags:
|
6 |
- evaluate
|
7 |
- metric
|
8 |
+
description: Expected calibration error (ECE)
|
9 |
sdk: gradio
|
10 |
+
sdk_version: 5.3.0
|
11 |
app_file: app.py
|
12 |
pinned: false
|
13 |
---
|
|
|
90 |
year = {2019},
|
91 |
url = {https://openaccess.thecvf.com/content_CVPRW_2019/html/Uncertainty_and_Robustness_in_Deep_Visual_Learning/Nixon_Measuring_Calibration_in_Deep_Learning_CVPRW_2019_paper.html},
|
92 |
}
|
93 |
+
```
|