79248305

Date: 2024-12-03 15:59:44
Score: 0.5
Natty:
Report link

The bug is in TensorFlow Recommenders, as explained here. You may work around the bug by including the following code before installing any TensorFlow related packages:

import os
os.environ['TF_USE_LEGACY_KERAS'] = '1'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rcauvin