You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From reading the spec, it seems that it's ambiguous what we should put under the key shape when the format is DVEC. Do we want shape: 100? shape: [100]? Or shape: [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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: