I am currently attempting to parse an Efficient-det model that is uses the tflite framework, but saved in a directory containing a checkpoint file and a variable folder. I used the example code from the Data Flow Compiler documentation to convert the saved model to tflite, then parse. What can be the meaning of this error?
Based on your explanation, the error you are encountering likely relates to a mismatch in the input model format or structure during the parsing process. This can occur if the TensorFlow checkpoint model you converted to TFLite lacks proper configurations or is missing required input specifications that the DFC expects.
I think it relates to not finding NUMA node.