Skip to content
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

Colab error - Object detection model customization guide - No module named 'keras.src.engine' #356

Open
mhornsby opened this issue Mar 23, 2024 · 1 comment

Comments

@mhornsby
Copy link

Running the standard colab get No module named 'keras.src.engine'

Untitled

@mhornsby
Copy link
Author

found a fix in the setup step

From

!pip install mediapipe-model-maker

to

!pip install 'keras<3.0.0' mediapipe-model-maker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant