Every time I think I know what's going on, suddenly there's another
layer of complications.
2024年1月21日星期日
Install keras and tensorflow
install.packages("remotes")
remotes::install_github(paste0("rstudio/", c("reticulate", "tensorflow", "keras")))
reticulate::install_miniconda() # skip this if you want to self-install conda or use venv
keras::install_keras()