SLIDE 7 ChaiDNN: Install
Official Github https://github.com/Xilinx/CHaiDNN Download the network model Prepare the SD card image
Flash the source into the SD card
Build the software Build the hardware accelerator Use the prebuilt-system Build the system
13
How does CHaiDNN works?
- Given a Caffe model and weights files (.prototxt
and .model)
- Model is parsed runtime by the CHaiDNN application
- Initializes the hardware accelerators and data
structure
- Schedules the operation between processors and
the hardware accelerators
- Issues the call for acceleration using the CHaiDNN
API
Caffe Model Parsed by the ChaiDNN application Scheduler Execute on processors Hardware accelerators Call to the CHaiDNN API
14