Skip to content

Commit a132df0

Browse files
committed
rebuild submitted
1 parent dfe57b4 commit a132df0

File tree

770 files changed

+23868
-3819
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

770 files changed

+23868
-3819
lines changed

R/package.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ keras <- NULL
7272
# the tensorflow R package calls `py_require()` to ensure GPU is usable on Linux
7373
# use_backend() includes py_require(action = "remove") calls to undo
7474
# what tensorflow:::.onLoad() did. Keep them in sync!
75+
# backend <- Sys.getenv("KERAS_BACKEND", "jax")
7576
backend <- Sys.getenv("KERAS_BACKEND", "tensorflow")
7677
gpu <- NA
7778
if (endsWith(backend, "-cpu")) {

docs/404.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/custom_train_step_in_tensorflow.html

Lines changed: 19 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)