deepviz icon indicating copy to clipboard operation
deepviz copied to clipboard

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

Open nateGeorge opened this issue 5 years ago • 1 comments

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 avatar Apr 16 '19 04:04 nateGeorge

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).

nateGeorge avatar Apr 17 '19 00:04 nateGeorge