カシミアのニット

カシミヤのニット

日々のメモです

2019-01-01から1年間の記事一覧

TFX: A TensorFlow-Based Production-Scale Machine LearningPlatform 読んだメモ

research.google Creating and maintaining a platform for reliably producingand deploying machine learning models requires careful or-chestration of many components—a learner for generatingmodels based on training data, modules for analyzing…

Argo Workflowをローカル環境で使ってみる

Argo について github.com Argoはコンテナベースのワークフローエンジンで,ワークフローの各ステップをコンテナとして実装することを可能にします. つまり,各ステップはdockerのイメージを使用して実行されます. また,ワークフローはCustom Resource De…