:sparkles: Add 2 CIFAR100 models
Browse files
README.md
CHANGED
@@ -20,8 +20,8 @@ The code is based on [TorchUncertainty](https://github.com/ENSTA-U2IS-AI/torch-u
|
|
20 |
This repository contains:
|
21 |
- for classification on ImageNet with ViTs: 4 ViTs-S/16 trained with label-smoothing coefficients in [0, 0.1, 0.2, 0.3]
|
22 |
- for classification on ImageNet with ResNets: 4 ResNet-50 trained with label-smoothing coefficients in [0, 0.1, 0.2, 0.3]
|
23 |
-
- for classification on CIFAR-100:
|
24 |
-
- for segmentation:
|
25 |
- for nlp: one CE-based and one LS-based (LS coefficient 0.6) LSTM-MLP
|
26 |
|
27 |
The rest of the models (notably on tabular data) used in the paper are trainable on CPU in the dedicated notebooks.
|
|
|
20 |
This repository contains:
|
21 |
- for classification on ImageNet with ViTs: 4 ViTs-S/16 trained with label-smoothing coefficients in [0, 0.1, 0.2, 0.3]
|
22 |
- for classification on ImageNet with ResNets: 4 ResNet-50 trained with label-smoothing coefficients in [0, 0.1, 0.2, 0.3]
|
23 |
+
- for classification on CIFAR-100: 4 DenseNet-BC trained with label-smoothing coefficients in [0, 0.1, 0.2, 0.3]
|
24 |
+
- for segmentation: 4 DeepLabv3+ Resnet-101 trained with label-smoothing coefficients in [0, 0.1, 0.2, 0.3]
|
25 |
- for nlp: one CE-based and one LS-based (LS coefficient 0.6) LSTM-MLP
|
26 |
|
27 |
The rest of the models (notably on tabular data) used in the paper are trainable on CPU in the dedicated notebooks.
|
classification/cifar100/densenet_c100_ls01.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91cca9df00b282ef9384c116b44cabc167a7bfec0c9230d214b724353f27a0bd
|
3 |
+
size 1715766
|
classification/cifar100/densenet_c100_ls03.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12640c97e3b5146d44903a1e78b19bcf0e83c3f3f3a3cad45b84a40c11c8e8fa
|
3 |
+
size 1715766
|