Open mhornsby opened 7 months ago
Running the standard colab get No module named 'keras.src.engine'
found a fix in the setup step
From
!pip install mediapipe-model-maker
to
!pip install 'keras<3.0.0' mediapipe-model-maker
Running the standard colab get No module named 'keras.src.engine'