pscotti commited on
Commit
2cb3398
·
verified ·
1 Parent(s): 6f25ee5

Upload ckpts/NSDflat_large_gsrFalse_/config.yaml with huggingface_hub

Browse files
ckpts/NSDflat_large_gsrFalse_/config.yaml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base_lr: 0.001
2
+ batch_size: 32
3
+ ckpt_interval: 5
4
+ ckpt_saving: true
5
+ cls_embed: true
6
+ contrastive_loss_weight: 1.0
7
+ datasets_to_include: NSD
8
+ decoder_embed_dim: 512
9
+ grad_accumulation_steps: 1
10
+ grad_clip: 1.0
11
+ gsr: false
12
+ hcp_flat_path: /weka/proj-medarc/shared/HCP-Flat
13
+ mask_ratio: 0.75
14
+ model_name: NSDflat_large_gsrFalse_
15
+ no_qkv_bias: false
16
+ norm_pix_loss: false
17
+ nsd_flat_path: /weka/proj-medarc/shared/NSD-Flat
18
+ num_epochs: 100
19
+ num_frames: 16
20
+ num_samples_per_epoch: 200000
21
+ num_workers: 10
22
+ patch_size: 16
23
+ pct_masks_to_decode: 1
24
+ plotting: true
25
+ pred_t_dim: 8
26
+ print_interval: 20
27
+ probe_base_lr: 0.0003
28
+ probe_batch_size: 8
29
+ probe_num_epochs: 30
30
+ probe_num_samples_per_epoch: 100000
31
+ resume_from_ckpt: true
32
+ seed: 42
33
+ sep_pos_embed: true
34
+ t_patch_size: 2
35
+ test_num_samples_per_epoch: 50000
36
+ test_set: false
37
+ trunc_init: false
38
+ use_contrastive_loss: false
39
+ wandb_log: true