上一页 1 ··· 176 177 178 179 180 181 182 183 184 ··· 273 下一页
摘要: Introduction to TensorFlow Lite TensorFlow Lite is TensorFlow’s lightweight solution for mobile and embedded devices. It enables on-device machine lea 阅读全文
posted @ 2018-02-14 11:02 bonelee 阅读(10759) 评论(0) 推荐(0)
摘要: eural Networks API In this document show more Understanding the Neural Networks API Runtime Neural Networks API Programming Model More About Operands 阅读全文
posted @ 2018-02-14 10:47 bonelee 阅读(3190) 评论(0) 推荐(0)
摘要: 参考:https://stackoverflow.com/questions/519633/lazy-method-for-reading-big-file-in-python 最优雅方式: file.readlines() takes in an optional size argument wh 阅读全文
posted @ 2018-02-13 12:21 bonelee 阅读(16332) 评论(0) 推荐(0)
摘要: 参考:https://github.com/tflearn/tflearn/issues/964 解决方法: 注意: 1、需要在 tflearn的model.save 前: del tf.get_collection_ref(tf.GraphKeys.TRAIN_OPS)[:] 作用:去除模型里训练 阅读全文
posted @ 2018-02-12 18:07 bonelee 阅读(6568) 评论(0) 推荐(0)
摘要: TensorFlow: How to freeze a model and serve it with a python API 参考:https://blog.metaflow.fr/tensorflow-how-to-freeze-a-model-and-serve-it-with-a-pyth 阅读全文
posted @ 2018-02-12 16:11 bonelee 阅读(31006) 评论(1) 推荐(0)
摘要: Ubuntu16.04下配置caffe(仅CPU) 参考:http://blog.csdn.net/zt_1995/article/details/56283249 第二次配置caffe环境,依旧把之前犯过的错误重新走了一遍,不会配置的地方还是忘了,所以打算通过博客记录下来,方便以后学习使用。 1. 阅读全文
posted @ 2018-02-11 15:29 bonelee 阅读(650) 评论(0) 推荐(0)
摘要: 传统方法贝叶斯: 传统方法hmm: 阅读全文
posted @ 2018-02-07 15:59 bonelee 阅读(1419) 评论(1) 推荐(0)
摘要: 词袋模型示例: The default configuration tokenizes the string by extracting words of at least 2 letters. The specific function that does this step can be req 阅读全文
posted @ 2018-02-07 12:11 bonelee 阅读(249) 评论(0) 推荐(0)
摘要: word2vec和word embedding有什么区别? 我知道这两个都能将词向量化,但有什么区别?这两个术语的中文是什么? 我知道这两个都能将词向量化,但有什么区别?这两个术语的中文是什么? 我知道这两个都能将词向量化,但有什么区别?这两个术语的中文是什么? 我知道这两个都能将词向量化,但有什么 阅读全文
posted @ 2018-02-07 11:54 bonelee 阅读(1027) 评论(0) 推荐(0)
摘要: Elasticsearch源码分析—线程池(十一) 转自:https://www.felayman.com/articles/2017/11/10/1510291570687.html 线程池 每个节点都有一些线程池来优化线程内存的消耗,按节点来配置管理。有些线程池还拥有与之关联的队列配置,用来允许 阅读全文
posted @ 2018-02-05 12:12 bonelee 阅读(1439) 评论(0) 推荐(0)
上一页 1 ··· 176 177 178 179 180 181 182 183 184 ··· 273 下一页