Skip to content

kwang1012/PCNN

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages