ncnn笔记
摘要:最近看了ncnn的源码,代码风格清爽, 遂想先抛开VULKAN记录一下它的推理流程。 1. 先看个yolov2 demo csdn上的帖子https://blog.csdn.net/sinat_31425585/article/details/83243961, 其文末还附了福利直接可用的模型htt
阅读全文
posted @
2019-08-31 21:38
chaob
阅读(3772)
推荐(0)
DNN基本操作
摘要:深度神经网络可以按层被拆分为许多基本操作,而这些基本操作通过不同的组合方式也就构建多种多样的DNN。例如最常见的[INPUT - CONV - RELU - POOL - FC]组合。 简单记录一下卷积神经网络中的基本操作: 卷积conv 池化pool Elementwise Deep-Wise卷积
阅读全文
posted @
2018-07-27 01:06
chaob
阅读(1285)
推荐(0)
cnn tutorial link
摘要:01. Stanford CS class CS231n: Convolutional Neural Networks for Visual Recognition. 02. Tutorial on Hardware Architectures for Deep Neural Networks ht
阅读全文
posted @
2018-07-17 10:29
chaob
阅读(177)
推荐(0)