Skip to content

How to validate the inference output for the input data? #430

Description

@Lix1993

Here is my input.json:

{
  "data": [
    {
      "input": [ [1.0], [2.0], [3.0], [4.0], [5.0] ]
    }
  ],
  "validation_data": [
    {
      "output": [ [2111.0], [311.0], [14.0], [15.0], [16.0] ]
    }
  ]
}

my model return {"output": x + 1},
but perf analyzer show nothing about validation.

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