Skip to content

Commit

Permalink
update sample tfx taxi to meet PR kubeflow#823 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchihe committed Feb 21, 2019
1 parent e282bd3 commit 33a8faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
" name = step_name,\n",
" image = KUBEFLOW_DEPLOYER_IMAGE,\n",
" arguments = [\n",
" '--model-path', model,\n",
" '--model-export-path', '%s/export/export' % model,\n",
" '--server-name', tf_server_name\n",
" ]\n",
" )\n",
Expand Down
2 changes: 1 addition & 1 deletion samples/tfx/taxi-cab-classification-pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def kubeflow_deploy_op(model: 'TensorFlow model', tf_server_name, step_name='dep
name = step_name,
image = 'gcr.io/ml-pipeline/ml-pipeline-kubeflow-deployer:5df2cdc1ed145320204e8bc73b59cdbd7b3da28f',
arguments = [
'--model-path', model,
'--model-export-path', '%s/export/export' % model,
'--server-name', tf_server_name
]
)
Expand Down

0 comments on commit 33a8faf

Please sign in to comment.