Code Monkey home page Code Monkey logo

winograd_conv2d_cpp's Introduction

Winograd_Conv2d_cpp

Winograd Convolution Implementation

Enviroments

  • Windows 10 laptop
  • CPU 11th Gen Intel(R) Core(TM) i7-11375H @ 3.30GHz (cpu)

Winograd Convolution

  • WinogradConvolutionFunction.cpp
  • Minimum filtering algorithm of finite impulse response filter.
  • Time check(kernel[1, 3, 3, 3])
    • input[1, 3, 512, 512]
      • dur_time(Naive Convolution) = 6.07500[msec]
      • dur_time(Winograd Convolution) = 1.93700[msec]
    • input[1, 3, 1024, 1024]
      • dur_time(Naive Convolution) = 26.18000[msec]
      • dur_time(Winograd Convolution) = 7.77900[msec]
    • input[1, 3, 2048, 2048]
      • dur_time(Naive Convolution) = 84.76600[msec]
      • dur_time(Winograd Convolution) = 29.81900[msec]
    • input[1, 3, 4096, 4096]
      • dur_time(Naive Convolution) = 341.64801[msec]
      • dur_time(Winograd Convolution) = 113.30500[msec]

winograd_conv2d_cpp's People

Contributors

yester31 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.