ARM-software / armnn

Arm NN ML Software. The code here is a read-only mirror of https://review.mlplatform.org/admin/repos/ml/armnn
https://developer.arm.com/products/processors/machine-learning/arm-nn
MIT License
1.17k stars 309 forks source link

Is there an upgrade in TensorFlow Lite version planned? #670

Closed patersonc closed 2 years ago

patersonc commented 2 years ago

Hello,

Currently the default/tested version of TensorFlow Lite used with ArmNN is v2.5.0, which was released over a year ago.

Are there any plans to upgrade the TfLite version in ArmNN v22.08 or beyond?

Thanks!

catcor01 commented 2 years ago

Hi @patersonc,

I do not have a definite answer on this issue for you. @keidav01 (currently OOO) I believe will have more information on this and can clear up the question when he returns. There is however information I do know currently:

  1. We have work in our backlog to upgrade TensorFlow to version 2.8 with no ETA currently.

  2. We are currently supporting certain TfLite version 2.6 custom and TensorFlow version 2.8 core operators: AveragePool3D and MaxPool3D with work in the backlog for more custom operators.

Kind Regards, Cathal.

patersonc commented 2 years ago

Thank you for the information @catcor01

I'll keep the ticket open for now if that's okay, until holidays are over.

catcor01 commented 2 years ago

Hi @patersonc,

We intend on upgrading TensorFlow version to at least version 2.8 (if not latest version) in the 22.11 release.

Kind Regards, Cathal.

patersonc commented 2 years ago

Good to know. Thank you!