Xilinx / QNN-MO-PYNQ

BSD 3-Clause "New" or "Revised" License
242 stars 114 forks source link

How to train customized datasheet? #17

Open YidaCode opened 6 years ago

YidaCode commented 6 years ago

I have read dorefanet-imagenet-samples.ipynb, In the second step, we loaded a trained classifier. What I want to ask is how to make a classifier. Is there a general template for reference? For example, in tensorflow, you can load it by reading ckpt. Model, if I want to do an image classification on PYNQ, how should I operate?