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

Fix bug with getting sequential model layers; Add compatability for R >3.4 #13

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

nateGeorge
Copy link

@nateGeorge nateGeorge commented Apr 16, 2019

This fixes the bug introduced by the newest version of keras on CRAN where model layers are accessed via model$get_config() now instead of model$get_config()$layers. It also lowers the R version requirement to 3.4 for base Ubuntu users. Addresses #12

@nateGeorge
Copy link
Author

Seems like the checks are failing on the introduction.Rmd file in the vignettes. It looks like some of the code blocks are blank (e.g. line 47).

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 this pull request may close these issues.

1 participant