Open jobergum opened 4 years ago
Today one need to define the tensor input dimensions (e.g https://github.com/vespa-engine/sample-apps/blob/master/dense-passage-retrieval-with-ann/src/main/application/schemas/query.sd#L31) it would be great to support dynamic length.
Important for Transformer models where run time is quadratic (^2) with the input length.
Today one need to define the tensor input dimensions (e.g https://github.com/vespa-engine/sample-apps/blob/master/dense-passage-retrieval-with-ann/src/main/application/schemas/query.sd#L31) it would be great to support dynamic length.