Welcome to the

Google Workspace for Admins Community

Meet industry peers, ask questions, collaborate to find answers, and connect with Googlers who are making the products you use every day.

cancel
Showing results for 
Search instead for 
Did you mean: 
Bronze 3
Since ‎01-05-2023
3 weeks ago

My Stats

  • 5 Posts
  • 1 Solutions
  • 2 Likes given
  • 1 Likes received

davidnet's Bio

Badges davidnet Earned

View all badges

Recent Activity

Hi AI platform, I am using Vertex AI Pipelines to train detection models, and a since today my pipelines are failing due to a NCCL error on the GPU machine, I am creating the task as follows:train_task = train_model( centernet_container_trainer_uri=c...
Hi everyone I have a step in vertex ai pipelines that looks like this: transcribe_task = transcribe_audios(audio_files=download_task.output) transcribe_task.set_cpu_limit("2").set_memory_limit( "8G" ).add_node_selector_constraint("NVIDIA_TESLA_T4").s...
Hello GCP community, I have the following question, I am training in Vertex using a custom container, I am porting pipelines that were in Kubeflow to vertex and using this to train:from google.cloud import aiplatformjob = aiplatform.CustomContainerTr...