Kaggle/docker-python

Keras Issue for TensorFlow Hub model

zzj0402 opened this issue ยท 1 comments

๐Ÿ› Bug

The environment has a bug that leads to mislabeling class instances in the TensorFlow Hub USE model. See this issue for details: tensorflow/tensorflow#63085 (comment)

I'm guessing this is a Keras 3 + TF2.15 issue.

We're basically waiting for TF2.16 which will bring proper compatibility to Keras 3.

In the meantime, reinstalling Keras or TF to a matching version is probably the best solution.