We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
If by mistake user sets the model with the wrong name in the INPUTS / OUTPUTS list, RedisAI crashes on MODELRUN without proper error message.
INPUTS
OUTPUTS
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
The text was updated successfully, but these errors were encountered:
We test for omission but not for this, I'll fix right away
Sorry, something went wrong.
Solved by #128
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
If by mistake user sets the model with the wrong name in the
INPUTS
/OUTPUTS
list, RedisAI crashes on MODELRUN without proper error message.From a UX standpoint, we should be raising an error while setting the model about the wrong data, IMO
The text was updated successfully, but these errors were encountered: