上一页 1 ··· 175 176 177 178 179 180 181 182 183 ··· 273 下一页
摘要: ref: https://gist.github.com/Samurais/567ebca0f59c612eb977065008aad867 阅读全文
posted @ 2018-02-26 09:57 bonelee 阅读(777) 评论(0) 推荐(0)
摘要: CPU Information on Linux and OS X This is small blog post detailing how to obtain information on your CPU on Linux and Mac OSX. These commands give in 阅读全文
posted @ 2018-02-25 18:04 bonelee 阅读(2233) 评论(0) 推荐(0)
摘要: 查看tensorflow pb模型文件的节点信息: 效果: 参考:https://tang.su/2017/01/export-TensorFlow-network/ https://github.com/tensorflow/tensorflow/issues/15689 一些核心代码: This 阅读全文
posted @ 2018-02-23 16:27 bonelee 阅读(6709) 评论(0) 推荐(0)
摘要: bazel build -c opt //tensorflow/contrib/android:libtensorflow_inference.so --crosstool_top=//external:android/crosstool --host_crosstool_top=@bazel_to 阅读全文
posted @ 2018-02-18 19:25 bonelee 阅读(3640) 评论(2) 推荐(0)
摘要: 模型压缩 为了将tensorflow深度学习模型部署到移动/嵌入式设备上,我们应该致力于减少模型的内存占用,缩短推断时间,减少耗电。有几种方法可以实现这些要求,如量化、权重剪枝或将大模型提炼成小模型。 在这个项目中,我使用了 TensorFlow 中的量化工具来进行模型压缩。目前我只使用权重量化来减 阅读全文
posted @ 2018-02-18 19:21 bonelee 阅读(6089) 评论(2) 推荐(1)
摘要: from:http://deeplearning.lipingyang.org/tensorflow-examples-text/ TensorFlow examples (text-based) This page provides links to text-based examples (in 阅读全文
posted @ 2018-02-17 20:35 bonelee 阅读(1968) 评论(0) 推荐(0)
摘要: 使用Android Studio 可以在Android Studio中直接打开tensorflow/examples/android,但是需要配置好你的gradle、sdk、ndk gradle必须要在3.3以上版本 build_tool_version需要指定在25以上 配置好你的ndk 很重要: 阅读全文
posted @ 2018-02-14 15:09 bonelee 阅读(1434) 评论(0) 推荐(0)
摘要: 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 阅读(10793) 评论(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 阅读(3216) 评论(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 阅读(16393) 评论(0) 推荐(0)
上一页 1 ··· 175 176 177 178 179 180 181 182 183 ··· 273 下一页