carlosgomes98 commited on
Commit
ffd2463
1 Parent(s): 6030bf6

more parseable config yaml

Browse files
Files changed (1) hide show
  1. Prithvi_100M_config.yaml +36 -19
Prithvi_100M_config.yaml CHANGED
@@ -1,19 +1,36 @@
1
- num_frames: 3
2
- img_size: 224
3
- bands: [B02, B03, B04, B05, B06, B07]
4
- random_cropping: true
5
- data_loader_num_workers: 1
6
- depth: 12
7
- decoder_depth: 8
8
- patch_size: 16
9
- embed_dim: 768
10
- decoder_embed_dim: 512
11
- num_heads: 12
12
- decoder_num_heads: 16
13
- mask_ratio: 0.75
14
- tubelet_size: 1
15
- data_mean: [775.2290211032589, 1080.992780391705, 1228.5855250417867, 2497.2022620507532,
16
- 2204.2139147975554, 1610.8324823273745]
17
- data_std: [1281.526139861424, 1270.0297974547493, 1399.4802505642526, 1368.3446143747644,
18
- 1291.6764008585435, 1154.505683480695]
19
- batch_size: 16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model_args:
2
+ decoder_depth: 8
3
+ decoder_embed_dim: 512
4
+ decoder_num_heads: 16
5
+ depth: 12
6
+ embed_dim: 768
7
+ img_size: 224
8
+ in_chans: 6
9
+ num_frames: 3
10
+ num_heads: 12
11
+ patch_size: 16
12
+ tubelet_size: 1
13
+ train_params:
14
+ bands:
15
+ - B02
16
+ - B03
17
+ - B04
18
+ - B05
19
+ - B06
20
+ - B07
21
+ data_mean:
22
+ - 775.2290211032589
23
+ - 1080.992780391705
24
+ - 1228.5855250417867
25
+ - 2497.2022620507532
26
+ - 2204.2139147975554
27
+ - 1610.8324823273745
28
+ data_std:
29
+ - 1281.526139861424
30
+ - 1270.0297974547493
31
+ - 1399.4802505642526
32
+ - 1368.3446143747644
33
+ - 1291.6764008585435
34
+ - 1154.505683480695
35
+ mask_ratio: 0.75
36
+ random_cropping: true