- 博客(2)
- 收藏
- 关注
原创 darknet im2col_cpu analysis
本来想走捷径但发现网络上很多理解是错误的,自己调试了下。 从这里就完全可以知道,这个函数其实是为每个卷积核变量需要做乘法做准备,基本上就是把N*N的卷积运算 转换成N*N个的1*1卷积运算。 这段代码可以直接拷贝过去使用,我是在VC2017里面调试过。 #include <stdio.h> #define tchannel 2 #define theight 5 #def...
2018-11-05 18:24:10
477
原创 Deep learning -- tensorflow/ cifar10--mode
Tensorflow-卷积神经网络模型 def inference(images): """Build the CIFAR-10 model. Args: images: Images returned from distorted_inputs() or inputs(). Returns: Logits. """ # We instantiate ...
2018-07-17 16:53:40
207
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅