Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 648 Bytes

README.md

File metadata and controls

34 lines (31 loc) · 648 Bytes

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.