-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import keras_cv
fails on current master
#2400
Labels
type:Bug
Something isn't working
Comments
Hi, Could you please let us know, what is the API which is causing error while importing. |
Steps to reproduce(assuming you are on current master branch):
|
Same problem on Colab. Following this example: https://keras.io/examples/vision/yolov8/#creating-model |
Verified fix was successful and issue is no longer present. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some parts of
keras_cv
depends onkeras_nlp
andtensorflow_text
. The following errors pops up:Fixing this error by
pip install tensorflow_text
, gives a new error:This will be only fixed by installing
keras_nlp
or by the approach used in #2394The text was updated successfully, but these errors were encountered: