You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a strange error when installing on Ubuntu 18.04. First, I installed R 3.5 following these instructions. Then I installed r-cran-devtools (sudo apt install r-cran-devtools). Then I installed deepviz with devtools::install_github("andrie/deepviz"). Finally, I tried to run an example:
Ok that was a saga to figure out, but it turns out the newest version of keras works like this: layers from a sequential model can be found from model$get_config(), but from the functional model, they are still model_layers <- model$get_config()$layers.
I'm getting a strange error when installing on Ubuntu 18.04. First, I installed R 3.5 following these instructions. Then I installed
r-cran-devtools
(sudo apt install r-cran-devtools
). Then I installeddeepviz
withdevtools::install_github("andrie/deepviz")
. Finally, I tried to run an example:but it gave this error:
The
traceback()
looks like this:So it appears to be happening on this line.
The text was updated successfully, but these errors were encountered: