aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/skflow/examples_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/skflow/examples_test.sh')
-rwxr-xr-xtensorflow/examples/skflow/examples_test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/examples/skflow/examples_test.sh b/tensorflow/examples/skflow/examples_test.sh
index da6b35c9bb..f4010c915e 100755
--- a/tensorflow/examples/skflow/examples_test.sh
+++ b/tensorflow/examples/skflow/examples_test.sh
@@ -49,6 +49,10 @@ function test() {
test boston
test iris
test iris_custom_model
+test iris_custom_decay_dnn
+test iris_run_config
+test iris_val_based_early_stopping
+test iris_with_pipeline
test text_classification --test_with_fake_data
test text_classification_builtin_rnn_model --test_with_fake_data
test text_classification_cnn --test_with_fake_data