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

AttributeError: module 'keras.utils.generic_utils' has no attribute 'to_snake_case' #114

Open
manupollak opened this issue Jun 15, 2021 · 0 comments

Comments

@manupollak
Copy link

manupollak commented Jun 15, 2021

Hello,

i installed mtcnn in a python 3.8.10 environment and already during the import i get this Error:

LOCAL.ALL_OBJECTS[generic_utils.to_snake_case(key)] = value
AttributeError: module 'keras.utils.generic_utils' has no attribute 'to_snake_case'

does anyone have experience with mtcnn and python 3.8.10? Thank you

SOLUTION:
it is important to use keras 2.4.3 !! with keras 2.5 mtcnn will not work

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