larq / compute-engine

Highly optimized inference engine for Binarized Neural Networks
https://docs.larq.dev/compute-engine
Apache License 2.0
243 stars 35 forks source link

Upgrade TensorFlow dependency to 2.6 #680

Closed lgeiger closed 2 years ago

lgeiger commented 3 years ago

The TensorFlow 2.6 stable has been released. It would be good to upgrade to this release at some point.

Tombana commented 3 years ago

The TFMicro project moved to a standalone repo, so we probably first have to address that.

lgeiger commented 3 years ago

The TFMicro project moved to a standalone repo, so we probably first have to address that.

Good point. Although, it looks like the 2.6 release still includes the micro code in the monorepo: https://github.com/tensorflow/tensorflow/tree/v2.6.0/tensorflow/lite/micro so maybe it still works.

Tombana commented 3 years ago

Great, then I was mistaken and there's no problem yet.