Can anyone do anything with this?
"Error in list_deployment_targets()
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'>]) "
https://forum.edgeimpulse.com/t/error-in-list-deployment-targets/7482
I only saw the two names.