I’m attempting to design a neural network using my own set of input data. I don’t mind using an existing network, just having the ability to train a new one. I’ve been exploring the QNN overlays for the PYNQ but it’s not clear to me where I should start looking to generate my own QNN weights.
I’ve been using this as reference:
Is there a way to create a new model or retrain an existing one? I’ve looked into generating a model through tensorflow but this may not deploy correctly.
Thanks!