Skip to content

Support model output different from np.ndarray #106

@hagenw

Description

@hagenw

As discussed at #105 (comment) we expecting at the moment that the output of the model is a numpy array, and we reshape its size with numpy methods. But in general ONNX seems to support other output as well.

One solution to support other outputs might be to convert the output to numpy with np.asarray().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions