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' #2

Open
CarlosOliverHM opened this issue Jul 13, 2021 · 0 comments

Comments

@CarlosOliverHM
Copy link

When executing the generate.py file it throws the following error:

Traceback (most recent call last): File "generate.py", line 7, in <module> from models.dcgan import DCGAN File "/Users/carlosoliver/EMG-GAN/models/dcgan.py", line 30, in <module> from keras.optimizers import RMSprop, Adam File "/opt/anaconda3/envs/emg_gan/lib/python3.8/site-packages/keras/__init__.py", line 20, in <module> from . import initializers File "/opt/anaconda3/envs/emg_gan/lib/python3.8/site-packages/keras/initializers/__init__.py", line 124, in <module> populate_deserializable_objects() File "/opt/anaconda3/envs/emg_gan/lib/python3.8/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'
Captura de Pantalla 2021-07-13 a la(s) 12 58 01

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