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.backend' has no attribute '_BACKEND' #82

Open
wtl2282473163 opened this issue Nov 10, 2020 · 1 comment · May be fixed by #83
Open

AttributeError: module 'keras.backend' has no attribute '_BACKEND' #82

wtl2282473163 opened this issue Nov 10, 2020 · 1 comment · May be fixed by #83

Comments

@wtl2282473163
Copy link

When running kitti_evalulate.py, there is an error followed by this: if K._BACKEND == 'theano': AttributeError: module 'keras.backend' has no attribute '_BACKEND' . How can I fix this?

@craymichael
Copy link

craymichael commented Dec 4, 2020

Replace K._BACKEND with K.backend() in prednet.py and you should be good

@craymichael craymichael linked a pull request Dec 4, 2020 that will close 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

Successfully merging a pull request may close this issue.

2 participants