Skip to content

Commit

Permalink
switch to keras3
Browse files Browse the repository at this point in the history
  • Loading branch information
turgut090 committed Apr 13, 2024
1 parent daac2f2 commit 3b7c13f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BugReports: https://github.com/EagerAI/kerastuneR/issues/
SystemRequirements: TensorFlow >= 2.0 (https://www.tensorflow.org/)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Imports:
reticulate,
tensorflow,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ y_data2 <- ifelse(runif(50,0,1) > 0.6, 1L,0L) %>% as.matrix()
This function returns a compiled model.

```
library(keras)
library(keras3)
library(tensorflow)
library(kerastuneR)
Expand Down

0 comments on commit 3b7c13f

Please sign in to comment.