google-ai-platform Questions
2
I am following the tutorial here (https://cloud.google.com/ai-platform/training/docs/training-jobs#python_1) and using Python to deploy a machine learning model to Google cloud for training. Howeve...
Learning asked 7/3, 2021 at 16:5
0
Is there a tiktoken-equivalent either within vertexai or google.cloud.aiplatform for pretrained chat and text models such as bison?
I want to be able to count tokens before sending a request so tha...
Joacima asked 5/9, 2023 at 23:8
3
I was exploring kubeflow pipelines and Vertex AI pipelines. From what I understand, Vertex AI pipelines is a managed version of kubeflow pipelines so one doesn't need to deploy a full fledged kubef...
google-cloud-platformgoogle-ai-platformkubeflow-pipelinesgoogle-cloud-vertex-aigoogle-cloud-ai-platform-pipelines
Bait asked 15/12, 2021 at 4:21
2
Solved
When I run this code on google colab.
from google.cloud import aiplatform
The following error occurred
ImportError: cannot import name 'WKBWriter' from 'shapely.geos' (/usr/local/lib/python3.8/dist...
Intromit asked 17/12, 2022 at 3:27
2
Solved
I have a Vertex AI model deployed on an endpoint and want to do some prediction from my app in Golang.
To do this I create code inspired by this example : https://cloud.google.com/go/docs/reference...
Bobbyebobbysocks asked 5/5, 2022 at 6:20
2
Solved
I am unclear abut Vertex AI pricing for model predictions. In the documentation, under the heading More about automatic scaling of prediction nodes one of the points mentioned is:
"If you cho...
Harbor asked 9/11, 2021 at 19:49
1
I have created a custom container for prediction and successfully uploaded the model to Vertex AI. I was also able to deploy the model to an endpoint and successfully request predictions from the e...
Obolus asked 11/11, 2021 at 23:44
2
Solved
With Google releasing Vertex AI lately that integrates all its MLOps platforms, I wonder what would be the difference in serving a custom trained PyTorch/Tensorflow model on GKE vs Vertex AI (or AI...
Sailor asked 11/6, 2021 at 3:24
1
I'm trying to run Document OCR from Google with a Node.js app.
So I used the client library for Node JavaScript @google-cloud/documentai
I did everything like in documentation sample
There is my co...
Prehensible asked 18/11, 2020 at 7:15
0
I'm running a job on AI Platform and it's running for over an hour with no progress, no results, no logs(only few logs showing it's running)
Here is the region, machine type, gpus I was using:
&qu...
Contribution asked 8/11, 2020 at 7:52
2
Solved
I recently deployed a custom model to google cloud's ai-platform, and I am trying to debug some parts of my preprocessing logic. However, My print statements are not being logged to the stackdriver...
Felicidad asked 11/2, 2020 at 6:29
1
© 2022 - 2025 — McMap. All rights reserved.