forked from GoogleCloudPlatform/ml-on-gcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use regional ML API endpoint in ai-explanations-image.ipynb
and fix a few other commands. * Use a regional ML API endpoint instead of global. * N1 VMs aren't available in global. * Must also specify the region later when creating the model version to prevent a not found error. * Use the parameterized `REGION` instead of hardcoded `us-central1` strings. * Use `mkdir -p flowers` instead of `mkdir flowers` to not fail if the dir already exists. TODO: this notebook doesn't run successfully yet because of this issue: GoogleCloudPlatform#133
- Loading branch information
Showing
1 changed file
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters