tensorflow / cloud

The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and TensorFlow code in a local environment to distributed training in the cloud.

Home Page:https://github.com/tensorflow/cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trained model should be deployable/downloadable from UI.

rosbo opened this issue · comments

When using TensorFlow Cloud, it would be great if we could deploy or download the trained model using the AI Platform UI:
8HHws5MkeedV4u5

The 2 buttons in the screenshot above are currently greyed out.

I think TensorFlow Cloud should set the jobDir when calling the the ml.v1.projects.jobs#create api to enable at least the "download model" feature. I am not entirely sure whether this will enable the "deploy model" feature: https://github.com/tensorflow/cloud/blob/master/src/python/tensorflow_cloud/core/deploy.py#L96

ML API reference:
https://cloud.google.com/ai-platform/training/docs/reference/rest/v1/projects.jobs#Job