Closed deep-diver closed 2 years ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
@sayakpaul
this notebook shows how to run inference on Vertex Endpoint as well. Do you think it is better to create a separate notebook? In my opinion, it is OK to go with a single file (maybe change the filename). WDYT?
@sayakpaul
this notebook shows how to run inference on Vertex Endpoint as well. Do you think it is better to create a separate notebook? In my opinion, it is OK to go with a single file (maybe change the filename). WDYT?
Sounds good to me. But what about the CONCRETE_INPUT
fix?
I have to say sorry that CONCRETE_INPUT
was fixed without a PR today's afternoon. I thought it's a so simple issue since we could simply set CONCRETE_INPUT
to transform_name(IMAGE_KEY)
, and I just did.
Anyways, my apologies, and I will make sure to create PRs on any issues in the future.
I have to say sorry that
CONCRETE_INPUT
was fixed without a PR today's afternoon. I thought it's a so simple issue since we could simply setCONCRETE_INPUT
totransform_name(IMAGE_KEY)
, and I just did.Anyways, my apologies, and I will make sure to create PRs on any issues in the future.
No worries. Glad it was resolved.
addressed your comments!
Closes #41
in this PR, I updated the notebook to run inference on
Trainer
's output Artifact. So, this case shows how to run inference on a local environment