Published onDecember 2, 2020WebAssemblyでの機械学習モデルデプロイの動向rustwasmdeeplearningmlops本記事はMLOps Advent Calendar 2020の2日目の記事です。 この記事では、機械学習モデル(特にDeep Learning)をWasmでデプロイする周辺技術の動向や内部の仕組みをざっくりと説明します。
Published onJuly 7, 2019[1907.01989] On-Device Neural Net Inference with Mobile GPUstflitedeeplearningpaperGoogle Researchより、TFLite GPUのアーキテクチャ設計についての論文。
Published onJune 30, 2019タスクランナーをmakeからcargo-makeへ移行rustcargo-makeはRustで書かれたタスクランナー。makeをよりリッチにしたようで使い勝手が良かった。
Published onJune 19, 2019GoogleのMediaPipeでMLアプリ開発が楽になるmediapipedeeplearningGoogleがMediaPipeを公開。 エッジもサーバーも、MLを組み込んだアプリケーションを作るのが楽になりそうだ。
Published onMay 22, 2019ONNXRuntime調査onnxruntimedeeplearningonnxtvmONNXモデルの推論エンジン。TensorRTのpreviewが出ると。この機会にちょっと調べる。
Published onFebruary 22, 2019Distillerの検証環境をDockerで作ったdistillerpytorchdockerdeeplearningpruningPyTorch向けの軽量化ライブラリであるDistillerを触る環境をDockerで作っただけの話
Published onFebruary 6, 2019Chainer-compiler調査(2)chainer-compilerdeeplearningchainerChainer-compilerの調査その2
Published onFebruary 6, 2019PyTorchのModule#named_modulespytorchdeeplearningPyTorchのModule#named_modulesでモデル内のすべてのOperatorにアクセスするときにはまったメモ。
Published onFebruary 4, 2019Chainer-compiler調査(1)chainer-compilerdeeplearningchainer今日からChainer-compilerについて調べてみよう。