TileDB-ML icon indicating copy to clipboard operation
TileDB-ML copied to clipboard

Test Newer TensorFlow Versions

Open Shelnutt2 opened this issue 1 year ago • 1 comments

Test newer TensorFlow versions

Shelnutt2 avatar Aug 20 '24 20:08 Shelnutt2

Based on the tagged release of TF=2.16.0-rc [here] (https://github.com/tensorflow/tensorflow/releases/tag/v2.16.0-rc0 ) we have two alternatives:

  • Proceeding with a pinned version for Keras underlying engine (as done in my latest commit)
  • Update our package to incorporate the changes in Keras 3. Possibly breaking compatibility with previous versions of TF. (needs investigation)

ktsitsi avatar Aug 21 '24 09:08 ktsitsi