Question/Issue:
The function “ei.model.list_deployment_targets()” and other throw the following error:
ValidationError: 2 validation errors for DeploymentTarget
supportedEngines -> 0
value is not a valid enumeration member; permitted: 'tflite', 'tflite-eon', 'tensorrt', 'tensaiflow', 'drp-ai', 'tidl', 'akida', 'syntiant' (type=type_error.enum; enum_values=[<DeploymentTargetEngine.TFLITE: 'tflite'>, <DeploymentTargetEngine.TFLITE_EON: 'tflite-eon'>, <DeploymentTargetEngine.TENSORRT: 'tensorrt'>, <DeploymentTargetEngine.TENSAIFLOW: 'tensaiflow'>, <DeploymentTargetEngine.DRP_AI: 'drp-ai'>, <DeploymentTargetEngine.TIDL: 'tidl'>, <DeploymentTargetEngine.AKIDA: 'akida'>, <DeploymentTargetEngine.SYNTIANT: 'syntiant'>])
preferredEngine
value is not a valid enumeration member; permitted: 'tflite', 'tflite-eon', 'tensorrt', 'tensaiflow', 'drp-ai', 'tidl', 'akida', 'syntiant' (type=type_error.enum; enum_values=[<DeploymentTargetEngine.TFLITE: 'tflite'>, <DeploymentTargetEngine.TFLITE_EON: 'tflite-eon'>, <DeploymentTargetEngine.TENSORRT: 'tensorrt'>, <DeploymentTargetEngine.TENSAIFLOW: 'tensaiflow'>, <DeploymentTargetEngine.DRP_AI: 'drp-ai'>, <DeploymentTargetEngine.TIDL: 'tidl'>, <DeploymentTargetEngine.AKIDA: 'akida'>, <DeploymentTargetEngine.SYNTIANT: 'syntiant'>])
A few weeks back this used to work. Is there a way to manually set these supportedEngines/preferredEngine?
Project ID: 213343
Context/Use case: I am deploying for the ti-launchpad with my own model.
Thanks for the response.