Skip to content
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

Test builds with later Tensorflow Lite releases #120

Open
phlash opened this issue Nov 3, 2021 · 5 comments
Open

Test builds with later Tensorflow Lite releases #120

phlash opened this issue Nov 3, 2021 · 5 comments
Labels
chore Things that need to happen but don't change the behaviour enhancement New feature or request good first issue Good for newcomers

Comments

@phlash
Copy link
Collaborator

phlash commented Nov 3, 2021

TFLite are now up to 2.6.1 (stable) and beyond in testing releases: https://github.com/tensorflow/tensorflow/releases

These may offer fixes for newer toolchains (GCC 11+, Clang 12+), in particular on more bleeding edge distros such as Manjaro.

Ticket here is to try these later versions of TFLite against newer toolchains, and ensure backscrub still actually works 😄

See also: #93

@phlash phlash added chore Things that need to happen but don't change the behaviour enhancement New feature or request good first issue Good for newcomers labels Nov 3, 2021
@phlash
Copy link
Collaborator Author

phlash commented Nov 3, 2021

Manjaro, GCC 11.1.0: TFLite v2.6.0 - builds ok 👍
Debian (stable), GCC 10.2.0: TFLite v2.6.0 - build ok 👍 , runs ok 👏

PR #121 covers the change - would appreciate others testing on their distro.

@BenBE
Copy link
Collaborator

BenBE commented Nov 3, 2021

Updated main and experimental to TFLite 2.6.0: works fine on Lubuntu 20.04 LTS for me, no obvious regressions.

Didn't test with any more recent TFLite releases.

@cypMon
Copy link
Contributor

cypMon commented Nov 4, 2021

Manjaro, GCC 11.1.0: TFLite v2.6.0 - builds ok

Probably doesn't help a lot, but builds and runs great under Arch Linux with the same versions.

@BenBE
Copy link
Collaborator

BenBE commented Nov 4, 2021

What might be interesting is if the code still works properly with the upcoming 2.7 release.

@jjsarton
Copy link

Ferora, GCC 12.1.1: TFLite v2.8.0 - builds ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Things that need to happen but don't change the behaviour enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants