Published onJuly 7, 2019[1907.01989] On-Device Neural Net Inference with Mobile GPUstflitedeeplearningpaperGoogle Researchより、TFLite GPUのアーキテクチャ設計についての論文。
Published onJune 19, 2019GoogleのMediaPipeでMLアプリ開発が楽になるmediapipedeeplearningGoogleがMediaPipeを公開。 エッジもサーバーも、MLを組み込んだアプリケーションを作るのが楽になりそうだ。
Published onFebruary 2, 2019Distillerのthinningの仕様distillerdeeplearningpruningDistillerはPytorch向けのpruningやquantizationを行うライブラリだが、Channel Pruning後にWeightをshrinkしてサイズを小さくする"thinning"ができる。 今回はそのソースを読んで気がついたことのまとめ。
Published onFebruary 4, 2019Chainer-compiler調査(1)chainer-compilerdeeplearningchainer今日からChainer-compilerについて調べてみよう。
Published onFebruary 6, 2019Chainer-compiler調査(2)chainer-compilerdeeplearningchainerChainer-compilerの調査その2
Published onFebruary 2, 2019いまさらONNXを調べた(v1.4.1)onnxdeeplearningONNXは1年以上前から使ってるもののちゃんと仕様しらないな〜、だったので調べた。
Published onFebruary 6, 2019PyTorchのModule#named_modulespytorchdeeplearningPyTorchのModule#named_modulesでモデル内のすべてのOperatorにアクセスするときにはまったメモ。
Published onMay 22, 2019ONNXRuntime調査onnxruntimedeeplearningonnxtvmONNXモデルの推論エンジン。TensorRTのpreviewが出ると。この機会にちょっと調べる。
Published onFebruary 22, 2019Distillerの検証環境をDockerで作ったdistillerpytorchdockerdeeplearningpruningPyTorch向けの軽量化ライブラリであるDistillerを触る環境をDockerで作っただけの話
Published onDecember 2, 2020WebAssemblyでの機械学習モデルデプロイの動向rustwasmdeeplearningmlops本記事はMLOps Advent Calendar 2020の2日目の記事です。 この記事では、機械学習モデル(特にDeep Learning)をWasmでデプロイする周辺技術の動向や内部の仕組みをざっくりと説明します。