o-laurent commited on
Commit
ea23032
1 Parent(s): 1e5fc2f

:books: Update ReadMe

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - vision
5
+ - classification
6
+ - uncertainty
7
+ datasets:
8
+ - cifar-10
9
  ---
10
+
11
+ # Packed-Ensembles ResNet trained on CIFAR-10
12
+
13
+ ## How to use
14
+
15
+ Download [TorchUncertainty](https://torch-uncertainty.github.io/) - [GitHub](https://github.com/ENSTA-U2IS/torch-uncertainty) to use this model.
16
+
17
+ ## Reference
18
+
19
+ Consider citing:
20
+
21
+ **Packed-Ensembles for Efficient Uncertainty Estimation**
22
+
23
+ * Authors: *Olivier Laurent, Adrien Lafage, Enzo Tartaglione, Geoffrey Daniel, Jean-Marc Martinez, Andrei Bursuc, and Gianni Franchi*
24
+ * Paper: [ICLR 2023](https://arxiv.org/abs/2210.09184).
25
+
26
+ Implementation - [GitHub](https://github.com/ENSTA-U2IS/torch-uncertainty)
27
+
28
+ ## License
29
+
30
+ These weights are provided under the Apache 2.0 license.