We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7913b2b commit a9d2fbcCopy full SHA for a9d2fbc
tests/testthat/test_aaaa.R
@@ -0,0 +1,6 @@
1
+# keras is pretty tenacious about writing output to the R session. By default
2
+# this gets inserted into the test results. To make this less hideous, we
3
+# try to trigger the output here so that it shows up at the top of the testing.
4
+
5
+Sys.setenv(TF_CPP_MIN_LOG_LEVEL = '3')
6
+try(keras:::backend(), silent = TRUE)
0 commit comments