Hi there
I am trying to use the R Keras package. In the models.r file I try to install Keras using the following commands:
require(keras)
install_keras()
However, along the way this fails with the following Reticulate error:
“Error in path.expand(path) : invalid ‘path’ argument”
Could you please assist?
Many thanks