Valliappa (Lak) Lakshmanan
Valliappa (Lak) Lakshmanan
https://cloud.google.com/vertex-ai/docs/training/pre-built-containers thanks, Lak On Wed, Aug 3, 2022, 7:37 PM Lakshmanan Valliappa ***@***.***> wrote: > These are the supported docker images in 2.9 > Is the name that the script...
James, Could you check the TensorFlow version you are using, and the list of supported versions at https://cloud.google.com/vertex-ai/docs/predictions/pre-built-containers thanks Lak On Mon, Feb 13, 2023 at 4:20 AM James ***@***.***>...
Lol. That's extremely unlikely coincidence. Note that the predictions are for two different inputs, so there is no reason whatsoever that they should sum to 1. {"instances": [ {"dep_hour": 2,...
thanks, I've put in a pull request to make the change. Instead of using ./ingest_from_crsbucket.sh, simply using ./ingest.sh will do the trick as it also uploads to BigQuery.
Make sure you are pip installing to the right Python installation: python3 -m pip install hypertune and python3 -m pip show hypertune thanks Lak On Tue, Feb 14, 2023 at...
ah. wrong hypertune! Please uninstall that one; this is the one you need to pip install: https://pypi.org/project/cloudml-hypertune/ thanks Lak On Tue, Feb 14, 2023 at 9:36 AM James ***@***.***> wrote:...
(1) Could you add the "export" instruction to the README instructions on GitHub? https://github.com/GoogleCloudPlatform/data-science-on-gcp/tree/main/10_mlops/README.md (2) I believe that's a quota error you are getting. You don't have the quota for...
Note the name of the quota that you need increased: aiplatform.googleapis.com/custom_model_training_nvidia_t4_gpus Please look in console.cloud.google.com/quotas for a quota with this name thanks Lak On Thu, Feb 16, 2023 at 7:22...
Also, remember that if your quota is 1 GPU, and you have VM already created with this GPU, you have exhausted the quota. The Vertex AI managed service won't have...
Not sure why gcloud config is returning the wrong project but you can tell it the right one with gcloud auth. Alternately just replace the line that calls gcloud with...