Skip to content

Commit 9202548

Browse files
committed
update docs
1 parent e86fcb0 commit 9202548

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

R/layer-methods.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#'
1313
#' @param object Layer or model object
1414
#' @param config Object with layer or model configuration
15+
#' @param custom_objects list of custom objects needed to instantiate the layer,
16+
#' e.g., custom layers defined by `new_layer_class()` or similar.
1517
#'
1618
#' @return `get_config()` returns an object with the configuration,
1719
#' `from_config()` returns a re-instantiation of the object.

man/get_config.Rd

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

tests/testthat/helper-utils.R

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Sys.setenv(TF_CPP_MIN_LOG_LEVEL = 1)
1+
Sys.setenv(TF_CPP_MIN_LOG_LEVEL = 1)
2+
# 0 = all messages are logged (default behavior)
3+
# 1 = INFO messages are not printed
4+
# 2 = INFO and WARNING messages are not printed
5+
# 3 = INFO, WARNING, and ERROR messages are not printed
26

37

48
# Sys.setenv(RETICULATE_PYTHON = "~/.local/share/r-miniconda/envs/tf-2.7-cpu/bin/python")

0 commit comments

Comments
 (0)