Burdenthrive commited on
Commit
dfa357b
·
verified ·
1 Parent(s): 5a49212

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ This model predicts per‑pixel labels among: **clear**, **thick cloud**, **thin
29
 
30
  - **Input:** 13‑band Sentinel‑2 L1C tiles/patches (float32, shape `B×13×512×512`).
31
  - **Backbone:** `tu-regnetz_d8` (TIMM encoder via `segmentation_models_pytorch`).
32
- - **Output:** Logits `B×4×H×W` (apply softmax + argmax).
33
  - **Files:** `model.py`, `config.json`, and weights.
34
 
35
  ---
 
29
 
30
  - **Input:** 13‑band Sentinel‑2 L1C tiles/patches (float32, shape `B×13×512×512`).
31
  - **Backbone:** `tu-regnetz_d8` (TIMM encoder via `segmentation_models_pytorch`).
32
+ - **Output:** Logits `B×4×512×512` (apply softmax + argmax).
33
  - **Files:** `model.py`, `config.json`, and weights.
34
 
35
  ---