Error while creating train and infer signatures for tflite

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.

Can you please share details of your OS and Tensorflow Version? Thank you!

Thank you for the response. I am using Ubuntu 20.04.5 and the Tensorflow version is 2.6.2.

Please try with the latest Tensorflow 2.10. Thank you!