Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
added notes to the automl model export tutorial, particularly re: clo…
Browse files Browse the repository at this point in the history
…ud run image issue (#1569)

* added notes to the tutorial, particularly re: cloud run image issue

* copy edit

Co-authored-by: Todd Kopriva <43478937+ToddKopriva@users.noreply.github.com>
  • Loading branch information
amygdala and ToddKopriva committed Jan 7, 2021
1 parent f43dcf0 commit 24d6b01
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tutorials/automl-tables-model-export/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ model in [TensorBoard](https://www.tensorflow.org/tensorboard).
This tutorial uses the [Cloud Console](https://console.cloud.google.com/automl-tables/datasets), but you could also accomplish the same steps through the
command-line interface or using the [AutoML Tables client libraries](https://googleapis.dev/python/automl/latest/gapic/v1beta1/tables.html).

> **Note**: This tutorial applies to the AutoML Tables service as accessed here: https://console.cloud.google.com/automl-tables/. Export of the
([Preview) AutoML Tabular models](https://console.cloud.google.com/ai/platform/models) requires a slightly different process. We intend to update this tutorial
soon to include both.

## About the dataset and scenario

The [Cloud Public Datasets Program](https://cloud.google.com/bigquery/public-data/) makes available public datasets that are useful for experimenting with
Expand Down Expand Up @@ -194,6 +198,9 @@ Viewing your exported model in TensorBoard requires a conversion step. You need

## Create a Cloud Run service based on your exported model

> **Note**: Currently, this part of the tutorial doesn't work properly because of a change in the `model_server` base image, though you can still use your
created container image locally. We intend to update this tutorial soon with a fix.

At this point, you have a trained model that you've exported and tested locally. You are almost ready to deploy it to
[Cloud Run](https://cloud.google.com/run/docs/). As the last step of preparation, you create a container image that uses
`gcr.io/cloud-automl-tables-public/model_server` as a base image and adds the model directory, and you push that image to the
Expand Down

0 comments on commit 24d6b01

Please sign in to comment.