From a926c2646dcc9ef6ebb9cde05237898e8ebf7cdb Mon Sep 17 00:00:00 2001 From: theHumanBorch Date: Fri, 16 Aug 2024 12:15:33 -0500 Subject: [PATCH] call install_keras() --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87cf63d..62306b6 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ install.packages("keras") ##Setting up Tensor Flow library(reticulate) use_condaenv(condaenv = "r-reticulate", required = TRUE) -library(tensorflow) -install_tensorflow() +library(keras) +install_keras() ``` ## Installation