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 'populate_dict_with_module_objects' #89

Open
oneway3124 opened this issue Apr 11, 2021 · 3 comments

Comments

@oneway3124
Copy link

File "C:\ProgramData\Anaconda3\envs\go\lib\site-packages\keras\initializers_init_.py", line 82, in populate_deserializable_objects
generic_utils.populate_dict_with_module_objects(
AttributeError: module 'keras.utils.generic_utils' has no attribute 'populate_dict_with_module_objects'

Process finished with exit code 1

@oneway3124
Copy link
Author

conda create -n go
conda install pip
pip install dlgo

@shirleyp1097
Copy link

I also have this problem. please let me know if there's a workaround

@shirleyp1097
Copy link

It worked for me after uninstalling the tf-nightly packages.

pip list | grep tf
Then reinstall tensorflow

pip install tensorflow --upgrade --force-reinstall


I found the above terminal command fixed the problem. Don't really know why, but hey, it works.

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

2 participants