From fb8bad7be839f88a6f03c83e3bc8cacf7310d474 Mon Sep 17 00:00:00 2001 From: Ning Gao Date: Tue, 27 Nov 2018 17:22:47 -0800 Subject: [PATCH] bug fixes --- .../KubeFlow Pipeline Using TFX OSS Components.ipynb | 12 ++++++------ test/sample_test.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/samples/notebooks/KubeFlow Pipeline Using TFX OSS Components.ipynb b/samples/notebooks/KubeFlow Pipeline Using TFX OSS Components.ipynb index 1b0cf5c0108..0aa60a3cc08 100644 --- a/samples/notebooks/KubeFlow Pipeline Using TFX OSS Components.ipynb +++ b/samples/notebooks/KubeFlow Pipeline Using TFX OSS Components.ipynb @@ -43,12 +43,12 @@ "EVAL_DATA = 'gs://ml-pipeline-playground/tfx/taxi-cab-classification/eval.csv'\n", "HIDDEN_LAYER_SIZE = '1500'\n", "STEPS = 3000\n", - "DATAFLOW_TFDV_IMAGE = 'gcr.io/ml-pipeline/ml-pipeline-dataflow-tfdv:0.1.3-rc.2'\n", #TODO-release: update the release tag for the next release\n", - "DATAFLOW_TFT_IMAGE = 'gcr.io/ml-pipeline/ml-pipeline-dataflow-tft:0.1.3-rc.2'\n", #TODO-release: update the release tag for the next release\n", - "DATAFLOW_TFMA_IMAGE = 'gcr.io/ml-pipeline/ml-pipeline-dataflow-tfma:0.1.3-rc.2'\n", #TODO-release: update the release tag for the next release\n", - "DATAFLOW_TF_PREDICT_IMAGE = 'gcr.io/ml-pipeline/ml-pipeline-dataflow-tf-predict:0.1.3-rc.2'\n", #TODO-release: update the release tag for the next release\n", - "KUBEFLOW_TF_TRAINER_IMAGE = 'gcr.io/ml-pipeline/ml-pipeline-kubeflow-tf-trainer:0.1.3-rc.2'\n", #TODO-release: update the release tag for the next release\n", - "KUBEFLOW_DEPLOYER_IMAGE = 'gcr.io/ml-pipeline/ml-pipeline-kubeflow-deployer:0.1.3-rc.2'" #TODO-release: update the release tag for the next release\n", + "DATAFLOW_TFDV_IMAGE = 'gcr.io/ml-pipeline/ml-pipeline-dataflow-tfdv:0.1.3-rc.2'#TODO-release: update the release tag for the next release\n", + "DATAFLOW_TFT_IMAGE = 'gcr.io/ml-pipeline/ml-pipeline-dataflow-tft:0.1.3-rc.2'#TODO-release: update the release tag for the next release\n", + "DATAFLOW_TFMA_IMAGE = 'gcr.io/ml-pipeline/ml-pipeline-dataflow-tfma:0.1.3-rc.2'#TODO-release: update the release tag for the next release\n", + "DATAFLOW_TF_PREDICT_IMAGE = 'gcr.io/ml-pipeline/ml-pipeline-dataflow-tf-predict:0.1.3-rc.2'#TODO-release: update the release tag for the next release\n", + "KUBEFLOW_TF_TRAINER_IMAGE = 'gcr.io/ml-pipeline/ml-pipeline-kubeflow-tf-trainer:0.1.3-rc.2'#TODO-release: update the release tag for the next release\n", + "KUBEFLOW_DEPLOYER_IMAGE = 'gcr.io/ml-pipeline/ml-pipeline-kubeflow-deployer:0.1.3-rc.2'#TODO-release: update the release tag for the next release\n" ] }, { diff --git a/test/sample_test.yaml b/test/sample_test.yaml index b7c34dee1ea..cb442801702 100644 --- a/test/sample_test.yaml +++ b/test/sample_test.yaml @@ -465,7 +465,7 @@ spec: image: "{{inputs.parameters.sample-tests-image}}" args: [ "--results-gcs-dir", "{{inputs.parameters.test-results-gcs-dir}}", - "--target-image-prefix", "{{inputs.parameters.target-image-prefix}}" + "--target-image-prefix", "{{inputs.parameters.target-image-prefix}}", "--dataflow-tft-image","{{inputs.parameters.dataflow-tft-image}}", "--dataflow-predict-image","{{inputs.parameters.dataflow-predict-image}}", "--dataflow-tfma-image","{{inputs.parameters.dataflow-tfma-image}}",