Skip to content

Commit ccaf6da

Browse files
committed
attempt escape markdown inline math
1 parent 10074d7 commit ccaf6da

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -408,15 +408,16 @@ and can use [Data Types from STAC 1.1 Core][stac-1.1-data-types] for later versi
408408
Both definitions should define equivalent values.
409409

410410
[raster-data-types]: https://github.com/stac-extensions/raster?tab=readme-ov-file#data-types
411+
411412
[stac-1.1-data-types]: https://github.com/radiantearth/stac-spec/blob/bands/item-spec/common-metadata.md#data-types
412413

413414
#### Input Structure Object
414415

415-
| Field Name | Type | Description |
416-
|------------|----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
417-
| shape | \[integer] | **REQUIRED** Shape of the input n-dimensional array (e.g.: $B \times C \times H \times W$), including the batch size dimension. Each dimension must either be greater than 0 or -1 to indicate a variable dimension size. |
418-
| dim_order | \[[Dimension Order](#dimension-order)] | **REQUIRED** Order of the `shape` dimensions by name. |
419-
| data_type | [Data Type Enum](#data-type-enum) | **REQUIRED** The data type of values in the n-dimensional array. For model inputs, this should be the data type of the processed input supplied to the model inference function, not the data type of the source bands. |
416+
| Field Name | Type | Description |
417+
| ---------- | -------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
418+
| shape | \[integer] | **REQUIRED** Shape of the input n-dimensional array (e.g.: $`B \times C \times H \times W`$), including the batch size dimension. Each dimension must either be greater than 0 or -1 to indicate a variable dimension size. |
419+
| dim_order | \[[Dimension Order](#dimension-order)] | **REQUIRED** Order of the `shape` dimensions by name. |
420+
| data_type | [Data Type Enum](#data-type-enum) | **REQUIRED** The data type of values in the n-dimensional array. For model inputs, this should be the data type of the processed input supplied to the model inference function, not the data type of the source bands. |
420421

421422
A common use of `-1` for one dimension of `shape` is to indicate a variable batch-size.
422423
However, this value is not strictly reserved for the `b` dimension.

0 commit comments

Comments
 (0)