locussam / spooNN

FPGA-based neural network inference project with an end-to-end approach (from training to implementation to deployment)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spooNN

picture

This is a repository for FPGA-based neural network inference, that delivered the highest FPS in the international contest for object detection as part of Design Automation Conference 2018 (https://www.dac.com/content/2018-system-design-contest). The contents of spooNN enable an end-to-end capability to perform inference on FPGAs; starting from training scripts using Tensorflow to deployment on hardware (PYNQ http://www.pynq.io/).

picture The final rankings are published at http://www.cse.cuhk.edu.hk/~byu/2018-DAC-SDC/index.html

Repo organization

  • hls-nn-lib: A neural network inference library implemented in C for Vivado High Level Synthesis (HLS).
  • mnist-cnn: helloworld project, showing an end-to-end flow (training, implementation, FPGA deployment) for MNIST handwritted digit classification with a convolutional neural network.
  • halfsqueezenet: The object detection network, that ranked second in DAC 2018 contest, delivering the highest FPS at lowest power consumption for object detection.

About

FPGA-based neural network inference project with an end-to-end approach (from training to implementation to deployment)

License:GNU Affero General Public License v3.0


Languages

Language:Jupyter Notebook 63.4%Language:Python 19.8%Language:Tcl 6.8%Language:Objective-C 5.4%Language:C++ 3.6%Language:C 0.7%Language:Shell 0.2%Language:Makefile 0.1%