JINIers
220520_Vertex AI Platform: Qwik Start 본문
220520_Vertex AI Platform: Qwik Start
[개요]
1. tensorflow 모델 학습 및 모델 Vertex AI Platform에 배포하여 제공
2. 미국 인구조사 소득 데이터 세트를 이용하여 개인의 소득 범주를 예측하는 모델을 훈련함
[수행내용]
1. tensorflow 교육 애플리케이션을 만들고 로컬에서 검증
2. 클라우드의 단일 작업자 인스턴스에서 교육 작업 실행
3. 예측을 지원하는 모델 배포
4. 온라인 예측 요청 및 응답 확인
작업 1. vertex AI Platform 노트북 출시
vertex ai > workbench > new notebooks > tensorflow 2.8 Without GPU 선택 > create
작업 2. vertex AI Platform notebooks 인스턴스 내에서 예시 리포지토리 복제
터미널 선택 >
git clone https://github.com/GoogleCloudPlatform/training-data-analyst
작업 3. 클라우드에서 교육 작업 실행
3.1 cloud storage 버킷을 설정
3.2 데이터 파일을 cloud storage 버킷에 업로드
3.3 클라우드에서 단일 인스턴스 트레이너 실행
3.4 vertex ai platform 모델 생성
3.5 모델버전 v1을 만듦
ㄹㅇ 한참걸렸어..ㅠㅠ
step 3. run your training job in the cloud 부분에
PROJECT = "qwiklabs-gcp-00-b5bd84692516" # Replace with your project name
BUCKET_NAME=PROJECT+"-aiplatform"
REGION="us-central1
프로젝트 부분 수정
step 3.2 : ~
os.environ["JOB_ID"] = "YOUR_JOB_ID" # Replace with your job id
job Id 나오는거 그대로 넣기
이렇게 하고 러닝을 돌리면 된다
그냥 생각없이 안보고 슉슉 하다가 에러나서 마지막 5번째에 천천히 다시 읽으면서 하니까 됐음 ㅜ
'GCP > Qwiklabs' 카테고리의 다른 글
220524_BigQuery in JupyterLab on Vertex AI 2.5 (0) | 2022.05.24 |
---|---|
220524_Analyzing Natality Data Using Vertex AI and BigQuery (0) | 2022.05.24 |
220510_Streaming IoT Data to Cloud Storage (0) | 2022.05.10 |
Building and Deploying Machine Learning Solutions with Vertex AI: Challenge Lab (0) | 2022.05.04 |
Building an IoT Analytics Pipeline on Google Cloud (0) | 2022.05.02 |
Comments