The inplementation of Convolutional

Optimizing Conv in Caffe

  • Solution: converting Conv to GEMM
    This is done in two lasy steps:
    (1) do an im2col to convert the image to a matrix
    (2) call GEMM to do the actual computation
  • Pros:
    simple logic, easy implementation
  • Cons:
    Lots of memory overhead


    11.jpg
12.jpg
13.jpg
14.jpg
15.jpg

参考论文:
High Performance Convolutional Neural Networks for Document Processing

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容