Was it? The last merge to the main branch was a few days after Valentine’s day this year
Maybe I don’t understand how merges and releases work, but this page very clearly states that Feb 2, 2023 was the “latest” release of TensorFlow Recommenders.
And there are outstanding comprehensively-documented bugs such as this one that none of the developers seem to be addressing (or even acknowledging their existence).
Regarding your bug… This is a common issue because of Keras’ move to v3. We’ll need to indicate that we’re using Keras 2 which is tied to TF (v3 is decoupled from TF).
To get the latest GitHub release on main for TF recommenders, try this:
pip install https://github.com/tensorflow/recommenders/archive/refs/heads/main.zip
Any idea if or when TensorFlow Recommenders will make progress towards compatibility with Keras 3?
Maybe start a new topic, this topic is for the Developer Exam.
Do you have any update about the TensorFlow Developer Certificate?