yx21e commited on
Commit
e155c8e
·
verified ·
1 Parent(s): 3fbecb2

Update integration handoff and CONUS retraining notes

Browse files
training/configs/train_firewx_fm_conus_seed7_template.json CHANGED
@@ -5,9 +5,31 @@
5
  "max_positive_tiles_per_sample": 96,
6
  "min_negative_tiles_per_sample": 8,
7
  "negative_to_positive_ratio": 3.0,
 
8
  "positive_rate_source": "tiles",
9
  "pos_weight_source": "tiles",
10
  "pos_weight_cap": 50.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  "batch_size": 32,
12
  "eval_batch_size": 1,
13
  "epochs": 10,
 
5
  "max_positive_tiles_per_sample": 96,
6
  "min_negative_tiles_per_sample": 8,
7
  "negative_to_positive_ratio": 3.0,
8
+ "positive_tile_placement": "random_containing",
9
  "positive_rate_source": "tiles",
10
  "pos_weight_source": "tiles",
11
  "pos_weight_cap": 50.0,
12
+ "input_normalization": {
13
+ "enabled": true,
14
+ "method": "per-channel z-score",
15
+ "stats_source": "train split full maps",
16
+ "continuous_channel_indices": [
17
+ 0,
18
+ 1,
19
+ 2,
20
+ 3,
21
+ 4,
22
+ 5,
23
+ 6,
24
+ 7,
25
+ 8,
26
+ 9,
27
+ 13,
28
+ 14,
29
+ 15
30
+ ],
31
+ "eps": 1e-06
32
+ },
33
  "batch_size": 32,
34
  "eval_batch_size": 1,
35
  "epochs": 10,