본문 바로가기

Developing../MLOps:k8s16

쿠버네티스 기초 - 도커 개념부터 1. 도커란? container engine 플랫폼 = 리눅스의 응용 프로그램들을 프로세스 격리 기술들을 사용해 "컨테이너"로 실행하고 관리하는 오픈 소스 프로젝트 2. 컨테이너란? 독립적이며 서로 격리된 서비스 실행 환경 *서비스 실행환경 = OS 수준 가상화 ~= 가상머신 3. 엔진이란? ~= 머신 쿠버네티스란? 도커 플랫폼위에 존재하는 다양한 컨테이너를 관리해주는 기술 중 하나 https://sunghee2.tistory.com/m/56 2022. 5. 19.
MLng - TensorRT / dev basicz TensorRT = 속도 개선/정확도 최적화 + GPU모델 inference(predict, generate) 실행 공식 ] https://blogs.nvidia.co.kr/2020/02/19/nvidia-tensor-rt/ 블로그] https://blog.si-analytics.ai/32 1. primitive : int, char, boolean compound/ composite : class ; combi of prim static : array dynamic : linked list -> managing a memory heap built in structure : list 2. tensor fusion 3. toolkit library https://stackoverflow.com/questi.. 2022. 5. 16.
MLops - 책 추천 / kubeflow 중심 3권 쿠버네티스에서 머신러닝이 처음이라면, 쿠브플로우 http://naver.me/xnvZaI08 ML 시스템 디자인패턴 http://naver.me/5NYv0iK6 MLflow를 활용한 MLops http://naver.me/GhPrRfbF 2022. 5. 14.
MLops - [Paper] Hidden Technical Debt in Machine Learning Systems - terms 1.Static (progam) analysis : [wiki] the analysis of computer software performed without executing any programs, in contrast with dynamic analysis, which is performed on programs during their execution 2.Pipeline jungles : scrapes, join, samplings, etc are ineffienciently used 3.Upstream producer : [ wiki ] sending data from clinet, local device to server [ blog ] https://smallbusiness.ch.. 2022. 5. 13.