めもめも

このブログに記載の内容は個人の見解であり、必ずしも所属組織の立場、戦略、意見を代表するものではありません。

2016-12-09から1日間の記事一覧

Using Cloud Dataflow to run parallel predictions with your TensorFlow model

Suppose that you've finished training your prediction model with TensorFlow, yeay!Now you have to make predictions with the trained model for tens of thousands of data. How will you do it?I will show you one of possible choices. You can us…