Views
No views yet
0.5750375716703291test_inference/metrics.json.| What | File in this repo | Why it matters |
|---|---|---|
| Inference data generator | not bundled | how test samples were drawn from the orthomosaics (tile size, centering, sampling) |
| Channels map | configs/channels/change_pred.json | the model's input channels and its class -> index / colour mapping |
| Hyperparameters file | configs/model_hyperparameters/CHANGE_satmae_upernet_pretrained.json | the architecture, plus the training/validation settings it was fit with |
configs/uq/. The training sample generator is configs/datagen/ alongside the inference one; the training data source is not bundled.20260724-032351_change-post-512-satmae_714d2992CHANGECHANGE_satmae_upernet_pretrained.yaml| Path | What it is |
|---|---|
configs/ | The yamls above, plus the UQ head and the training sample generator. |
test_inference/ | Test-set predictions, metrics, and the checkpoint-selection report. |
tb_logs/ | TensorBoard event files with image summaries stripped out. |
experiment_manifest.yaml | The experiment record: task, model, configs, commit, comment. |
promotion_manifest.yaml | An index of this bundle: every file and its size. It is written before the upload runs, so its own status field reads STAGED -- that is expected, not a half-finished upload. A fuller copy, carrying the source paths this archive was built from, is kept privately beside the original run. |