上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: https://blog.csdn.net/zuiwuyuan/article/details/48552701# https://blog.csdn.net/chaoyu168/article/details/79003860 阅读全文
posted @ 2020-01-19 16:02 qilibin 阅读(243) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_44293236/article/details/89467489 阅读全文
posted @ 2020-01-02 15:47 qilibin 阅读(734) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/malvas/article/details/90776327 阅读全文
posted @ 2019-11-28 15:25 qilibin 阅读(730) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/84c0e2f7f1a5 阅读全文
posted @ 2019-11-22 15:10 qilibin 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 网上有很多关于tensorflow lite在安卓端部署的教程,但是大多只讲如何把训练好的模型部署到安卓端,不讲如何训练,而实际上在部署的时候,需要知道训练模型时预处理的细节,这就导致了自己训练的模型在部署到安卓端的时候出现各种问题。因此,本文会记录从PC端训练、导出到安卓端部署的各种细节。欢迎大家 阅读全文
posted @ 2019-11-22 10:55 qilibin 阅读(3714) 评论(2) 推荐(1) 编辑
摘要: 根据tensorflow中的conv2d函数,我们先定义几个基本符号 1、输入矩阵 W×W,这里只考虑输入宽高相等的情况,如果不相等,推导方法一样,不多解释。 2、filter矩阵 F×F,卷积核 3、stride值 S,步长 4、输出的特征图高宽为 new_height、new_width 当然还有其他的一些具体的参数,这里就不再说明了。 我们知道,padding的方式在tensorflow里分 阅读全文
posted @ 2019-11-20 16:46 qilibin 阅读(395) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_33200967/article/details/82773677 阅读全文
posted @ 2019-11-16 16:26 qilibin 阅读(636) 评论(0) 推荐(0) 编辑
摘要: fixed 参数: base_lr: 0.01 base_lr: 0.01 lr_policy: "fixed" lr_policy: "fixed" max_iter: 400000 max_iter: 400000 step 参数: base_lr: 0.01 base_lr: 0.01 lr_ 阅读全文
posted @ 2019-10-25 15:54 qilibin 阅读(423) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/jdx0909/article/details/84727523 https://blog.csdn.net/luoyexuge/article/details/81784458 阅读全文
posted @ 2019-09-30 15:50 qilibin 阅读(632) 评论(0) 推荐(0) 编辑
摘要: #include <fstream> #include <utility> #include <Eigen/Core> #include <Eigen/Dense> #include <iostream> #include "tensorflow/cc/ops/const_op.h" #include "tensorflow/cc/ops/image_ops.h" #include "tensor 阅读全文
posted @ 2019-09-11 18:12 qilibin 阅读(2923) 评论(5) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页