mwalmsley commited on
Commit
20d8015
·
verified ·
1 Parent(s): bf7acc1

Upload mae_timm_euclid_rr2_config_simplified.yaml

Browse files
mae_timm_euclid_rr2_config_simplified.yaml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ssl_aug:
3
+ standard_view:
4
+ output_size: 224
5
+ ssl_model:
6
+ mask_ratio: 0.9
7
+ decoder:
8
+ _target_: lightly.models.modules.masked_autoencoder.MAEDecoder
9
+ embed_dim: 512
10
+ depth: 3
11
+ num_heads: 16
12
+ mlp_ratio: 4
13
+ dropout: 0.0
14
+ attention_dropout: 0.0
15
+ vit:
16
+ _target_: timm.models.vision_transformer.VisionTransformer
17
+ patch_size: 8
18
+ depth: 12
19
+ num_heads: 6
20
+ embed_dim: 384
21
+ mlp_ratio: 4
22
+ global_pool: avg
23
+ num_classes: 0
24
+