Training custom models on Vertex AI

preview_player
Показать описание
A managed ML training service can help you automate experimentation at scale or retain models for a production application. In this episode of Prototype to Production, Developer Advocate, Nikita Namjoshi, walks through the steps required to train custom models on Vertex AI. Watch along and learn about the benefits of a managed training service that helps keep your results fresh.

Chapters:
0:00 - Intro
0:22 - Why do I need a machine learning training service?
1:26 - What are containers?
2:19 - Update custom training code
3:23 - Cloud storage for machine learning
4:50 - Containerizing code for machine learning
5:39 - Dockerfile syntax
6:42 - How to store container images in Google Cloud
7:21 - How to launch a training job on Vertex AI
8:12 - Wrap up

​​
#Prototype2Production
Рекомендации по теме
Комментарии
Автор

Wow this was so much better than the videos in the google ml path courses thanks for this

SomethingRandomChannel
Автор

nice and helpful video. I started learning how to train custom model code with vertex AI and found this video helpful to me.

MMReza-xf
Автор

This is what I am looking for. Thanks for the video 👍🏼

getjawa
Автор

Thanks for this video, It's helpful!

prajwalsyallur
Автор

can i not directly select run time gpu on colab enterprise

AbdulMusawarSoomro
Автор

Is vertex custom training done on our local computer? In other words, does vertex custom training allow us to train our model using our local computing, and ram on our personal computer instead of Google cloud?

LoneLeagle
Автор

3:48 its slash or forward slash. Not backslash!

SukantaPaul
Автор

i got this error by model deploying: FileNotFoundError: [Errno 2] No such file or directory:

zisang
Автор

Como es posible que esta info no esté en español, acabo de ver que es funcional hace mucho y apenas me enteró todo lo que hubiera podido hacer si lo hubiera conocido antes... Algunas veces si es demasiado tarde... Igual me alegra haber encontrado esto

HectorFonsecaCano
Автор

I might just have developed a tiny bit of a crush on Nikita Namjoshi 👀. She's so cool

deepansharya
Автор

I can not use the /gcs/MY_BUCKET/ path. My service account has the "Storage Object Admin" Role and I could mount it manually to a given folder. But I cant use it by default as shown here. The bucket is in the same location as the notebook and in the same project. Did you skip a necessary step here?

Edit: never mind. This only works in the training pipeline but when you want to test initially in the notebook you need to mount a folder manually

bytblaster