Coder Social home page Coder Social logo

hazooree / systimator-dataflow Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 7 KB

Systolic Array Design Space Exploration(DSE) of Convolutional Neural Networks(CNNs). A Simple Dataflow for Systimator on Tiny-Yolo, AlexNet and VGG16.

MATLAB 100.00%

systimator-dataflow's Introduction

Systimator: A Design Space Exploration Methodology for Systolic Array based CNNs Acceleration on the FPGA-based Edge Nodes

Please Cite us if you found this helpful @article{Ahmad2019SystimatorAD, title={Systimator: A Design Space Exploration Methodology for Systolic Array based CNNs Acceleration on the FPGA-based Edge Nodes}, author={Hazoor Ahmad and Muhammad Tanvir and Muhammad Abdullah and Muhammad Usama Javed and Rehan Hafiz and Muhammad Shafique}, journal={ArXiv}, year={2019}, volume={abs/1901.04986} }

A Simple Dataflow for Systimator on Tiny-Yolo, Yolo, AlexNet, CaffeNet and VGG16.
Pick any of the following architecture and run Systimator.

Tiny-Yolo Network Architecture

% Layer   Filters   Size   Stride   IFM    IFM_Depth   OFM   OFM_Depth
    1       16       3       1      416        3       416       16
    2       32       3       1      208       16       208       32
    3       64       3       1      104       32       104       64
    4      128       3       1       52       64        52      128
    5      256       3       1       26      128        26      256
    6      512       3       1       13      256        13      512
    7     1024       3       1       13      512        13     1024
    8     1024       3       1       13     1024        13     1024
    9      515       1       1       13     1024        13      515

Yolo Network Architecture

    %Filters   Size        FM    IFM_Depth
     32       3           416        3
     64       3           208       32
     128      3           104       64
     64       1           104      128
    128       3           104       64
    256       3            52      128
    128       1            52      256
    256       3            52      128
    512       3            26      256
    256       1            26      512
    512       3            26      256
    256       1            26      512
    512       3            26      256
   1024       3            13      512
    512       1            13     1024
   1024       3            13      512
    512       1            13     1024
   1024       3            13      512
   1024       3            13     1024
   1024       3            13     1024
   

AlexNet Network Architecture

  Layer   Filters   Size   Stride   IFM    IFM_Depth   OFM   OFM_Depth
    1       96      11       4      227        3        55       96
    2      256       5       1       27       96        27      256
    3      384       3       1       13      256        13      384
    4      384       3       1       13      384        13      384
    5      256       3       1       13      384        13      256

CaffeNet Network Architecture

  Filters   Size        FM    IFM_Depth
    96       11         227        3
    256       5          55       96
    384       3          27      256
    384       3          13      384
    256       3          13      256

VGG16 Network Architecture

    %Filters   Size        FM    IFM_Depth
     64         3          224     1
     64         3          224     64
    128         3          112     64
    128         3          112    128
    256         3           56    128
    256         3           56    256
    256         3           56    256
    512         3           28    256
    512         3           28    512
    512         3           28    512
    512         3           14    512
    512         3           14    512
    512         3           14    512
    

systimator-dataflow's People

Contributors

hazooree avatar

Watchers

James Cloos avatar  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.