Skip to content

Commit c69fd34

Browse files
committed
fix:doc output sem
1 parent de72df1 commit c69fd34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/output-semantics.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ v_d = \frac{1}{HW} \sum_{y,x} g_{d,y,x}
5050
$$
5151

5252
Why pooled?
53+
5354
* Model-agnostic, stable, and comparable
5455
* Avoids differences in spatial resolution or token structure
5556
* Strongly recommended for cross-model benchmarks
@@ -63,6 +64,7 @@ Why pooled?
6364
where each spatial location corresponds to a vector.
6465

6566
Suitable for:
67+
6668
* Spatial visualization (PCA / norm / similarity maps)
6769
* Pixel-wise / patch-wise tasks
6870
* Intra-ROI structure analysis
@@ -78,6 +80,7 @@ Returned as xarray.DataArray, carrying CRS, cropping, and metadata.
7880
* Native output: tokens (N, D)
7981

8082
Processing steps:
83+
8184
1. Remove CLS token (if present)
8285
2. Reshape remaining tokens into a patch grid
8386

0 commit comments

Comments
 (0)