-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiler FE: Upgrade to TF 2.6.0 #7616
Comments
Previois related task: #7592 (comment) |
To correctly support TFLite 2.6.0, following things should be considered and updated too.
|
By the way, can I ask you why
But current workflows are quite different and thus changes across different modules are inevitable in the near future I think. |
Your thoughts are similar what I'm working on.
What exactly are different? |
As TFLite keeps backward compatibility, I think we don't need both 2.3.0 and 2.6.0 schema.
For now, |
I will let 2.3.0 exist if needed. I think this is the main part of difference.
Yes...
I don't think it's a |
I cannot imagine when both of them are needed because 2.6.0 schema can read all tflite files which are generated under 2.6.0 ....
Hmm...? Without this, tflite file is not read correctly.... |
Ah, I got it... |
Not |
tfldump result
TODO
|
done |
Let's upgrade TF 2.3.0 to TF 2.6.0 for
tflite2circle
and related modules.After this task is finished,
SignatureDef
to fix index changesThe text was updated successfully, but these errors were encountered: