Update integration handoff and CONUS retraining notes
Browse files
training/NATIONWIDE_RETRAINING.md
CHANGED
|
@@ -55,6 +55,23 @@ python training/train_cold_tiled_mainline.py \
|
|
| 55 |
--run-name firewx_fm_conus_seed7
|
| 56 |
```
|
| 57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
## Practical note
|
| 59 |
|
| 60 |
The CONUS grid is much larger than the California regional grid. Run cache
|
|
|
|
| 55 |
--run-name firewx_fm_conus_seed7
|
| 56 |
```
|
| 57 |
|
| 58 |
+
## Serving-oriented settings in the CONUS template
|
| 59 |
+
|
| 60 |
+
The CONUS training template differs from the released California checkpoint
|
| 61 |
+
configuration in two serving-oriented ways:
|
| 62 |
+
|
| 63 |
+
- `positive_tile_placement` is set to `random_containing`, so a fire-positive
|
| 64 |
+
cell can appear at different positions within a 32-by-32 training tile rather
|
| 65 |
+
than always being centered.
|
| 66 |
+
- `input_normalization.enabled` is true for continuous channels
|
| 67 |
+
`0-9, 13, 14, 15`. Weather, canopy, housing, and population channels are
|
| 68 |
+
normalized from train-split full-map statistics. The dynamic mask, static
|
| 69 |
+
validity mask, and categorical fuel code are left unnormalized.
|
| 70 |
+
|
| 71 |
+
These settings are intended for retraining a cleaner CONUS-serving model. They
|
| 72 |
+
do not change the already released California checkpoints, which use native
|
| 73 |
+
source units as documented in `models/wildfire_fm/input_channels.json`.
|
| 74 |
+
|
| 75 |
## Practical note
|
| 76 |
|
| 77 |
The CONUS grid is much larger than the California regional grid. Run cache
|