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

Require Keras backend and version update if possible #5

Open
JunhengH opened this issue Sep 11, 2018 · 3 comments
Open

Require Keras backend and version update if possible #5

JunhengH opened this issue Sep 11, 2018 · 3 comments

Comments

@JunhengH
Copy link

As Theano is no longer updated, Keras automatically uses tensorflow as backend.

Keras also has been updated to 2.2, such as some module names (example: initializations => initializers. and _inbound_nodes error).

Also, the codes still support stated version theano (0.9.0) and keras(1.2.1).It could be better to fix some minor issues to up-to-date version if possible

@tkipf
Copy link
Owner

tkipf commented Sep 11, 2018 via email

@wxwilcke
Copy link

wxwilcke commented Sep 17, 2018

I happen to have ported your code to the most recent versions of these libraries a few months ago while extending it with the ability to learn from additional features. It evolved a lot since, but I guess you can still see the necessary changes in my old commits.

@tkipf
Copy link
Owner

tkipf commented Sep 17, 2018 via email

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

3 participants