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

Keras #13

Open
Karthikaskumar opened this issue Aug 4, 2021 · 0 comments
Open

Keras #13

Karthikaskumar opened this issue Aug 4, 2021 · 0 comments

Comments

@Karthikaskumar
Copy link

Traceback (most recent call last):
File "C:\Users\KARTHIKA\Desktop\TrafficFlowPrediction\train.py", line 10, in
from model import model
File "C:\Users\KARTHIKA\Desktop\TrafficFlowPrediction\model\model.py", line 4, in
from keras.layers import Dense, Dropout, Activation
File "C:\Users\KARTHIKA\AppData\Local\Programs\Python\Python39\lib\site-packages\keras_init_.py", line 20, in
from . import initializers
File "C:\Users\KARTHIKA\AppData\Local\Programs\Python\Python39\lib\site-packages\keras\initializers_init_.py", line 124, in
populate_deserializable_objects()
File "C:\Users\KARTHIKA\AppData\Local\Programs\Python\Python39\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'

Inspite if making a few changes in the code and downgrading to different software version the train.py code is not working. How to clear this issue?

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