1.最近遇到一个问题,在应用tensorflow serving机制的时候,运行代码时,原本1s可以得到结果的程序在用了clinet从serving端读取慢了5倍左右。
从网上查了一下,发现是tensorflow-model-serving的安装出了问题,其安装有两种方式,一种是install using apt-get方式,一种是install from source,如果使用apt-get方式安装,则不会出什么问题,但是如果使用source方式安装,可按照链接提供的方法修改bazel 的编译方式,就会一切正常,具体原理并不清楚。
https://github.com/tensorflow/serving/issues/456
2. grpc学习
2017年10月26日星期四
订阅:
博文评论 (Atom)
leetcode 17
17. Letter Combinations of a Phone Number Medium Given a string containing digits from 2-9 inclusive, return all possible l...
-
ptb的代码可以详见gitlab上的tensorflow/models/tutorials下,本文只详解他的数据前处理和模型部分。 1.运行 首先说一下他的运行 ,下载数据集: http://www.fit.vutbr.cz/~imikolov/rnnlm/simple-e...
-
写在开头,以下是我在过程中遇到的一些问题 1.关于KNN算法代码里的一些问题 1.1关于numpy的sum用法 Check out the documentation for numpy.sum, paying particular attention to the ...
-
首先安装openfst,如果你想继续安装pyfst的话,你需要安装openfst1.3.3的版本,因为pyfst始终不跟新,只支持到openfst1.3.3 打开openfst主页,下载1.3.3的版本 http://www.openfst.org/twiki/bin/view...
没有评论:
发表评论