File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ export(constraint_nonneg)
121121export(constraint_unitnorm)
122122export(count_params)
123123export(create_layer)
124- export(create_layer_wrapper)
125124export(create_wrapper)
126125export(custom_metric)
127126export(dataset_boston_housing)
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ export TF_CPP_MIN_LOG_LEVEL=2
1010 # 3 = INFO, WARNING, and ERROR messages are not printed
1111
1212
13- for i in {1..6}
13+ for i in 2. {1..6} nightly
1414do
15- TMPDIR=" /tmp/r-keras-tests/tf-2. $i /"
15+ TMPDIR=" /tmp/r-keras-tests/tf-$i /"
1616mkdir -p $TMPDIR
1717rsync -a --delete . $TMPDIR
18- export RETICULATE_PYTHON=$( Rscript -e " cat(normalizePath(file.path(reticulate::miniconda_path(), 'envs/tf-2. $i -cpu/bin/python')))" )
19- gnome-terminal --title=" keras test: tf 2. $i " --working-directory=$TMPDIR -- \
20- Rscript -e " {cat('\n\n\n'); devtools::check(document=FALSE); scan('stdin', nlines=1)}"
18+ export RETICULATE_PYTHON=$( Rscript -e " cat(normalizePath(file.path(reticulate::miniconda_path(), 'envs/tf-$i -cpu/bin/python')))" )
19+ gnome-terminal --title=" keras test: tf $i " --working-directory=$TMPDIR -- \
20+ Rscript -e " {cat('\n\n\n'); devtools::check(document=FALSE); cat('Done!\n'); scan('stdin', nlines=1)}"
2121done
You can’t perform that action at this time.
0 commit comments