Refactor folder and add missing models
Browse files- README.md +10 -3
- {cifar10-resnet18 β models/cifar10-resnet18}/cifar10-resnet18-0-1023.tgz +0 -0
- {cifar10-resnet18 β models/cifar10-resnet18}/cifar10-resnet18-1024-2047.tgz +0 -0
- {cifar10-resnet20-frn-silu β models/cifar10-resnet20-frn-silu}/cifar10-resnet20-frn-silu-0-1023.tgz +0 -0
- {cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-0-1023.tgz +0 -0
- models/cifar100-resnet18/cifar100-resnet18-1024-2047.tgz +3 -0
- {cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-2048-3071.tgz +0 -0
- {cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-3072-4095.tgz +0 -0
- {cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-4096-5119.tgz +0 -0
- {cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-5120-6143.tgz +0 -0
- {cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-6144-7167.tgz +0 -0
- {cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-7168-8191.tgz +0 -0
- {cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-8192-9215.tgz +0 -0
README.md
CHANGED
@@ -7,13 +7,19 @@ tags:
|
|
7 |
pretty_name: Checkpoints
|
8 |
---
|
9 |
|
10 |
-
The Checkpoints dataset as trained and used in [A Symmetry-Aware Exploration of Bayesian Neural Network Posteriors](https://arxiv.org/abs/2310.08287) published at ICLR 2024.
|
11 |
|
12 |
## Usage
|
13 |
|
14 |
-
###
|
15 |
|
16 |
-
Just untar the desired models
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
### TorchUncertainty
|
19 |
|
@@ -31,6 +37,7 @@ pip install torch-uncertainty
|
|
31 |
```
|
32 |
|
33 |
### Loading models
|
|
|
34 |
The functions to load the models are available in `scripts`.
|
35 |
|
36 |
**Any questions?** Please feel free to ask in the [GitHub Issues](https://github.com/ENSTA-U2IS-AI/torch-uncertainty/issues) or on our [Discord server](https://discord.gg/HMCawt5MJu).
|
|
|
7 |
pretty_name: Checkpoints
|
8 |
---
|
9 |
|
10 |
+
The Checkpoints dataset as trained and used in [A Symmetry-Aware Exploration of Bayesian Neural Network Posteriors](https://arxiv.org/abs/2310.08287) published at ICLR 2024. All models all trained and uploaded in a float16 format to reduce the memory footprint.
|
11 |
|
12 |
## Usage
|
13 |
|
14 |
+
### Untar the models
|
15 |
|
16 |
+
Just untar the desired models available in `models`, for instance with:
|
17 |
+
|
18 |
+
```bash
|
19 |
+
tar -xvf models/cifar10-resnet18/cifar10-resnet18-0-1023.tgz
|
20 |
+
```
|
21 |
+
|
22 |
+
Most of them are regrouped in tar files containing 1024 models each. This will create a new folder containing the models saved as safetensors.
|
23 |
|
24 |
### TorchUncertainty
|
25 |
|
|
|
37 |
```
|
38 |
|
39 |
### Loading models
|
40 |
+
|
41 |
The functions to load the models are available in `scripts`.
|
42 |
|
43 |
**Any questions?** Please feel free to ask in the [GitHub Issues](https://github.com/ENSTA-U2IS-AI/torch-uncertainty/issues) or on our [Discord server](https://discord.gg/HMCawt5MJu).
|
{cifar10-resnet18 β models/cifar10-resnet18}/cifar10-resnet18-0-1023.tgz
RENAMED
File without changes
|
{cifar10-resnet18 β models/cifar10-resnet18}/cifar10-resnet18-1024-2047.tgz
RENAMED
File without changes
|
{cifar10-resnet20-frn-silu β models/cifar10-resnet20-frn-silu}/cifar10-resnet20-frn-silu-0-1023.tgz
RENAMED
File without changes
|
{cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-0-1023.tgz
RENAMED
File without changes
|
models/cifar100-resnet18/cifar100-resnet18-1024-2047.tgz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c76f9f517b2644297302c10cb077dc7308f8bc3ac75d0752a0c842bdcc24cc0f
|
3 |
+
size 23010652160
|
{cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-2048-3071.tgz
RENAMED
File without changes
|
{cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-3072-4095.tgz
RENAMED
File without changes
|
{cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-4096-5119.tgz
RENAMED
File without changes
|
{cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-5120-6143.tgz
RENAMED
File without changes
|
{cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-6144-7167.tgz
RENAMED
File without changes
|
{cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-7168-8191.tgz
RENAMED
File without changes
|
{cifar100-resnet18 β models/cifar100-resnet18}/cifar100-resnet18-8192-9215.tgz
RENAMED
File without changes
|