2018-12-19 [常见错误]TensorFlow模型量化protobuf大小限制 [常见错误]TensorFlow模型量化protobuf大小限制 前言在做TensorFlow模型量化过程中,会用到transform_graph,然后在进行模型压缩时候因为自己的模型有1.7GB,所以程序报错。[libprotobuf ERROR external/protobuf_archive/src/google/protobuf/io/coded_stream.cc:190] A protocol message was rejected because it was too big (more than 1073741824 bytes). To increase the limit (or to disable these warnings), see CodedInputStream::SetTotalBytesLimit() in google/protobuf/io/coded_stream.h.解决办法修改代码$ vim tensorflow/core/platform/env.cc 找到coded_stream.SetTotalBytesLimit(1024LL << 20, 512LL << ... 那棵树看起来生气了 2018-12-19 常见错误 633 阅读 0 评论 2018年12月19日 633 阅读 0 评论
2018-11-23 TensorFlow模型量化 压缩 Int8推理 TensorFlow模型量化 压缩 Int8推理 前言在工业生产过程中,对于深度学习模型,企业比较关注的是成本和性能,怎样让我们的深度学习模型消耗最少的能量,最少的时间,获得最大的准确率(或者说获得不影响业务使用的最佳性能),工业中会用到模型量化,减少模型储存空间,减少模型计算量从而达到性能优化的目的,下面就介绍两种优化的使用方法。 那棵树看起来生气了 2018-11-23 TensorFlow 552 阅读 0 评论 2018年11月23日 552 阅读 0 评论
2018-10-31 [常见错误]Attempting to use an MPI routine before initializing MPI [常见错误]Attempting to use an MPI routine before initializing MPI 前言在使用intel caffe with MKLDNN时候,遇到一个问题一直解决不了,后来问了同事才发现他也遇到了。Attempting to use an MPI routine before initializing MPI 那棵树看起来生气了 2018-10-31 Caffe 634 阅读 0 评论 2018年10月31日 634 阅读 0 评论
2018-10-30 往后余生,请更勇敢 往后余生,请更勇敢 那一天我二十一岁,在我一生的黄金时代,我有好多奢望。我想爱,想吃,还想在一瞬间变成天上半明半暗的云,后来我才知道,生活就是个缓慢受锤的过程,人一天天老下去,奢望也一天天消逝,最后变得像挨了锤的牛一样。可是我过二十一岁生日时没有预见到这一点。我觉得自己会永远生猛下去,什么也锤不了我。 那棵树看起来生气了 2018-10-30 随笔 466 阅读 1 评论 2018年10月30日 466 阅读 1 评论
2018-10-30 gxx 4.9、5.2安装升级 gxx 4.9、5.2安装升级 4.9:yum install centos-release-scl -yyum install devtoolset-3-toolchain -yscl enable devtoolset-3 bash5.2:yum install centos-release-scl -yyum install devtoolset-4-toolchain -yscl enable devtoolset-4 bash 那棵树看起来生气了 2018-10-30 Linux 438 阅读 0 评论 2018年10月30日 438 阅读 0 评论