Closed miguelgfierro closed 6 months ago
@Leavingseason do you know a fix for these issues with the new TF?
FYI @SimonYansenZhao @loomlike @anargyri
Possible solution: https://github.com/recommenders-team/recommenders/pull/1988/commits/18c89aad1867db98717d5ada89cba7c4430d565c
We would need to add these versions to the setup
2.8.4
2.9.3
>=2.10.1
"tensorflow==2.8.4,==2.9.3,>=2.10.1",
Description
We had a security alert https://github.com/recommenders-team/recommenders/pull/2017 and we had to update the TF version.
When we moved to >2.10.1, several algos stopped working: xDeepFM, SUM, LightGCN and SliRec
In which platform does it happen?
How do we replicate the issue?
See PR gate failure: https://github.com/recommenders-team/recommenders/actions/runs/6499567929/job/17653180645?pr=2017
Expected behavior (i.e. solution)
We need to put them back to work with the newest TF
Other Comments