:sparkles: Add model, cfg and rdme
Browse files- README.md +16 -0
- config.yaml +91 -0
- mcd_resnet18_c10.ckpt +3 -0
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 |
+
# Monte-Carlo Dropout 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,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.3
|
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: mc-dropout-resnet18-cifar10
|
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_estimators: 10
|
61 |
+
num_nodes: 1
|
62 |
+
num_processes: null
|
63 |
+
num_sanity_val_steps: 2
|
64 |
+
num_workers: 4
|
65 |
+
opt_temp_scaling: false
|
66 |
+
overfit_batches: 0.0
|
67 |
+
plugins: null
|
68 |
+
precision: bf16
|
69 |
+
profiler: null
|
70 |
+
reload_dataloaders_every_n_epochs: 0
|
71 |
+
replace_sampler_ddp: true
|
72 |
+
resume_from_checkpoint: null
|
73 |
+
seed: null
|
74 |
+
strategy: null
|
75 |
+
style: cifar
|
76 |
+
summary: false
|
77 |
+
sync_batchnorm: false
|
78 |
+
test: null
|
79 |
+
test_alt: null
|
80 |
+
tpu_cores: null
|
81 |
+
track_grad_norm: -1
|
82 |
+
train_over: 4
|
83 |
+
use_cv: false
|
84 |
+
use_entropy: false
|
85 |
+
use_logits: false
|
86 |
+
use_mi: false
|
87 |
+
use_variation_ratio: false
|
88 |
+
val_check_interval: null
|
89 |
+
val_split: 0.0
|
90 |
+
val_temp_scaling: false
|
91 |
+
version: mc-dropout
|
mcd_resnet18_c10.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c98cb5d878b92629abfbabddc1feb3f98d256e5f05f9a76dcf2a5ea5cbf92fd8
|
3 |
+
size 44771564
|