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

QCNN backend issues #1362

Open
BrunoLiegiBastonLiegi opened this issue Jun 17, 2024 · 0 comments
Open

QCNN backend issues #1362

BrunoLiegiBastonLiegi opened this issue Jun 17, 2024 · 0 comments

Comments

@BrunoLiegiBastonLiegi
Copy link
Contributor

The QCNN doesn't allow to pass a backend, but always makes use of the GlobalBackend

class QuantumCNN:
.

In the tests, indeed, only the GlobalBackend is tested which, by chance, was working (I'm guessing the numpy one was used).
Some quick test I ran showed that the TensorflowBackend might have problems with it, and probably other backends as well.

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