Skip to content

Commit a3244d4

Browse files
committed
tidy up
1 parent a14d9b5 commit a3244d4

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

R/model.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ keras_model <- function(inputs, outputs = NULL, ...) {
3737
do.call(keras$models$Model, args)
3838
}
3939

40+
# TODO: maybe warn if names are being ignored in keras_model(named_list)?
41+
# NOTE: keras now accepts a dict here, but it's a footgun since it doesn't check tensor.name.
4042

4143
#' Keras Model composed of a linear stack of layers
4244
#'

tools/test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export TF_CPP_MIN_LOG_LEVEL=2
1010
# 3 = INFO, WARNING, and ERROR messages are not printed
1111

1212

13-
for i in 2.{1..6} nightly
13+
for i in 2.{4..7} nightly
14+
# for i in 2.{1..3}
1415
do
1516
TMPDIR="/tmp/r-keras-tests/tf-$i/"
1617
mkdir -p $TMPDIR

0 commit comments

Comments
 (0)