Displaying 2 results from an estimated 2 matches for "install_kera".
Did you mean:
install_keras
2025 May 14
1
how to install R 4.4
...TRUE)
unlink("~/.virtualenvs/r-reticulate", recursive = TRUE)
python <- reticulate::install_python("3.12.3")
reticulate::virtualenv_create("r-reticulate", python = python)
install.packages("keras") # keras3
install.packages("tensorflow")
keras::install_keras( envname = "r-reticulate", # keras3
extra_packages = c("keras-tuner", "ipython", "kaggle"))
```
if keras is replaced with keras3 then the install will finish, but it
keeps crashing when I try to run code.
I also discovered that google colab made it very d...
2025 May 14
1
how to install R 4.4
On 14 May 2025 at 09:12, Stephen Bond wrote:
| I do not care about version. My packages are in
|
| /home/stephen/R/x86_64-pc-linux-gnu-library/4.4/
|
| and and after renaming the 4.4 folder I can load them.
| How do you avoid the version naming of the package folder?
It's a personal preference but I tend to set things up such that I have no
user-local directory, and that has worked for a