Unused parameters for the quantum layer in keras hybrid model

Hi @RX1 ,

The “parameters unused” issue can be fixed by doing a forward pass through the model before printing the summary.

You can check the code example I shared here.

I hope this helps!