You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
QCNN
doesn't allow to pass a backend, but always makes use of theGlobalBackend
qibo/src/qibo/models/qcnn.py
Line 12 in 0d86ec5
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.The text was updated successfully, but these errors were encountered: