You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: