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?
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?