02 2016 档案

摘要:Tensorflow serving提供了部署tensorflow生成的模型给线上服务的方法,包括模型的export,load等等。 安装参考这个 https://github.com/tensorflow/serving/blob/master/tensorflow_serving/g3doc/s 阅读全文
posted @ 2016-02-29 17:44 阁子 阅读(6105) 评论(0) 推荐(1)
摘要:tensorflow可以很方便的添加用户自定义的operator(如果不添加也可以采用sklearn的auc计算函数或者自己写一个 但是会在python执行,这里希望在graph中也就是c++端执行这个计算) 这里根据工作需要添加一个计算auc的operator,只给出最简单实现,后续高级功能还是参考官方wiki https://www.tensorflow.org/versio... 阅读全文
posted @ 2016-02-19 17:01 阁子 阅读(7162) 评论(0) 推荐(0)
摘要:binary安装(推荐) 注意需要能访问外网 Install pip (or pip3 for python3) if it is not already installed: # Ubuntu/Linux 64-bit$ sudo apt-get install python-pip python 阅读全文
posted @ 2016-02-19 16:57 阁子 阅读(1283) 评论(0) 推荐(0)