You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keras 3 is incompatible with tensorflow-probability, which is why it's not working. Using the aforementioned versions, top2vec will work and you will not get the AttributeError.
PS. Make sure to delete runtime of Colab before running the cell containing the dependencies above.
i get the error:
AttributeError: module
keras._tf_keras.keras
has no attribute__internal__
Google Colab
shows the error is in thefrom top2vec import Top2Vec
lineThe text was updated successfully, but these errors were encountered: