quantum-transfer-learning
quantum-transfer-learning copied to clipboard
quantum-transfer-learning /c2q_transfer_learning_ants_bees.ipynb
I wanna observe the quantum learning parameters: I use the following the command but every time same thing prints which is the random values that initially were set!!! how this is possible?
print("Quantum Parameters (q_params):", model_hybrid.fc.q_params.data)
Hi @mehrnia, the code in this repo is not maintained. I recommend that you go to the PennyLane demo on Quantum Transfer Learning instead.
I really appreciate the answer. I'm going to check it.