ml-on-gcp
ml-on-gcp copied to clipboard
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
REGIONinstead of hardcodedus-central1strings. - Use
mkdir -p flowersinstead ofmkdir flowersto not fail if the dir already exists.
TODO: this notebook doesn't run successfully yet because of this issue: https://github.com/GoogleCloudPlatform/ml-on-gcp/issues/133
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
@sararob @dizcology
hi, just wondering if this PR looks good or if there's other next steps
@sararob @dizcology lmk if you're still the right people to ask to review this PR or if I should ask others. Thanks!