This bears reference to the tflite training procedure given at:
While trying to use the ‘infer’ signature as:
infer = interpreter.get_signature_runner("infer")
the following error pops up:
“ValueError: This Interpreter doesnt handle multiple signatures properly. Proper support is coming soon.”
Please let me know if anyone has resolved this.