Open BenBrock opened 1 year ago
@willow-ahrens @eriknw and @ivirshup, do you have opinions here? If we have consensus, I'll go update the spec.
My opinion: clarify that vectors (including DVEC) are shape e.g. [100]
(not 100
).
Yes! This allows scalars to be shape []
From reading the spec, it seems that it's ambiguous what we should put under the key
shape
when the format isDVEC
. Do we wantshape: 100
?shape: [100]
? Orshape: [100, 1]
?In order to work well with tensors, I'm guessing we want
shape: [100]
, but we need to make sure it's unambiguous in the spec, and preferably add some examples.