kwang1012 / PCNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PCNN

Usage

  1. Model setting can be found in DL_config.xlsx
  • YOLOv2
  • AlexNet
  • VGG16
  • VGG19
  1. Create the folders data and models.
PCNN
└─── data  
└─── models
| DL_config.xlsx
│ main.py  
│ ...
│ README.md
  1. run alex.py to get the basic model in
PCNN
└─── models
| └─── model
| ...
| README.md
  1. run python main.py to get the slicing information.
  • YOLOv2 -> data/prefetch0.json
  • AlexNet -> data/prefetch1.json
  • VGG16   -> data/prefetch2.json
  • VGG19   -> data/prefetch3.json
  1. run codegen.py to generate the code for each devices in codegen folder.

About


Languages

Language:Python 100.0%