deepviz
deepviz copied to clipboard
Fix bug with getting sequential model layers; Add compatability for R >3.4
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
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).