VQX
1
How to print the quantum circuit and circuit specifications here?
mini
2
You can draw the Quanvolutional Neural Network circuit with this:
qml.draw_mpl(circuit)(rand_params[0])
the result:
VQX
3
Thanks
And how to do it in qnn, when using keras layer
Hi @VQX,
I think your last question is the same as was already answered here. If this is a different question please clarify.