o-laurent commited on
Commit
641cb32
1 Parent(s): b61123b

:sparkles: Add models

Browse files
README.md CHANGED
@@ -1,3 +1,19 @@
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
+ # Standard 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
+ ## License
18
+
19
+ These weights are provided under the Apache 2.0 license.
config.yaml ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerator: null
2
+ accumulate_grad_batches: null
3
+ amp_backend: null
4
+ amp_level: null
5
+ arch: 18
6
+ auto_augment: null
7
+ auto_lr_find: false
8
+ auto_scale_batch_size: false
9
+ auto_select_gpus: null
10
+ batch_size: 128
11
+ benchmark: null
12
+ channels_last: false
13
+ check_val_every_n_epoch: 1
14
+ ckpt: null
15
+ corruption_severity: null
16
+ cutmix_alpha: 0
17
+ cutout: 0
18
+ default_root_dir: null
19
+ detect_anomaly: false
20
+ devices: null
21
+ dist_sim: emb
22
+ dropout_rate: 0.0
23
+ enable_checkpointing: true
24
+ enable_model_summary: true
25
+ enable_progress_bar: true
26
+ enable_resume: false
27
+ evaluate_ood: false
28
+ exp_dir: logs/
29
+ exp_name: resnet18-c10
30
+ fast_dev_run: false
31
+ gpus: 1
32
+ gradient_clip_algorithm: null
33
+ gradient_clip_val: null
34
+ groups: 1
35
+ in_channels: 3
36
+ inference_mode: true
37
+ ipus: null
38
+ kernel_tau_max: 1.0
39
+ kernel_tau_std: 0.5
40
+ limit_predict_batches: null
41
+ limit_test_batches: null
42
+ limit_train_batches: null
43
+ limit_val_batches: null
44
+ log_every_n_steps: 50
45
+ log_graph: false
46
+ log_plots: false
47
+ logger: true
48
+ max_epochs: 75
49
+ max_steps: -1
50
+ max_time: null
51
+ min_epochs: null
52
+ min_steps: null
53
+ mixmode: elem
54
+ mixtype: erm
55
+ mixup_alpha: 0
56
+ move_metrics_to_cpu: false
57
+ multiple_trainloader_mode: max_size_cycle
58
+ n_splits: 10
59
+ num_classes: 10
60
+ num_nodes: 1
61
+ num_processes: null
62
+ num_sanity_val_steps: 2
63
+ num_workers: 4
64
+ opt_temp_scaling: false
65
+ overfit_batches: 0.0
66
+ plugins: null
67
+ precision: bf16
68
+ profiler: null
69
+ reload_dataloaders_every_n_epochs: 0
70
+ replace_sampler_ddp: true
71
+ resume_from_checkpoint: null
72
+ seed: null
73
+ strategy: null
74
+ style: cifar
75
+ summary: false
76
+ sync_batchnorm: false
77
+ test: null
78
+ test_alt: null
79
+ tpu_cores: null
80
+ track_grad_norm: -1
81
+ train_over: 4
82
+ use_cv: false
83
+ use_entropy: false
84
+ use_logits: false
85
+ val_check_interval: null
86
+ val_split: 0.0
87
+ val_temp_scaling: false
88
+ version: vanilla
resnet18_c10.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:770dbe318259d9ee96064502d7e73f45aecd249d47080b6e98dd5e5eac724d05
3
+ size 44771060
resnet18_c10_1.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cf451167befd29c5e333c18fa0b0b5e5641afac087d6dc94a59e3b84bf15896
3
+ size 44771312
resnet18_c10_2.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95c93e4d15dd7e3a9d552ddca71964a452167072397b13c8f3e412dc7e3d2961
3
+ size 44771312
resnet18_c10_3.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9376142ec201a29287c6038f7a82220bd636d2cdf6eeb91cfa921958d6a26547
3
+ size 44771312