Skip to content

RedisAI crashes on MODELRUN if INPUTS/OUTPUTS names are not present in the TF graph #127

@hhsecond

Description

@hhsecond

If by mistake user sets the model with the wrong name in the INPUTS / OUTPUTS list, RedisAI crashes on MODELRUN without proper error message.

client.modelset(
    'model', rai.Backend.tf, rai.Device.cpu, model, input=['WrongName'], output=['WrongName'])

From a UX standpoint, we should be raising an error while setting the model about the wrong data, IMO

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions