Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] How to use qiskit-machine-learning with real ibm backends? #890

Open
KonradKorus opened this issue Jan 2, 2025 · 0 comments
Open

Comments

@KonradKorus
Copy link

Hello,

I am using EstimatorQNN and NeuralNetworkClassifier for image recognition on quantum computers, following the tutorial here. I am trying to find a way to run this setup on a real IBM backend (not locally on a simulator). However, after spending several hours, I haven't found a clear solution.

My question is: Is there a way to use this approach on a real backend? If so, how can I pass training data to the backend, given that it runs in the cloud and not on my local machine?

From what I understand, I could transpile the circuit, but then I face issues with passing training data into the circuit (so I’m not even sure if it will run on the backend). Additionally, I have read that it might be possible to send multiple jobs to the backend, but this approach doesn’t seem to support backpropagation.

I hope you can help clarify this (or at least confirm if it’s not feasible so I can stop pursuing this approach 😄).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant