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

Restore QGAN model #1296

Open
alecandido opened this issue Apr 10, 2024 · 0 comments
Open

Restore QGAN model #1296

alecandido opened this issue Apr 10, 2024 · 0 comments

Comments

@alecandido
Copy link
Member

Because of incompatibilities between Keras 3 and Python 3.12, we had to temporarily drop the QGAN model, which was making use of tf.keras.

The model can be restored either in Qibo or QiboML (whenever it will be ready), but the non-trivial problem with Keras 3 means that it has to be rewritten without making use of tf.keras (unless Keras team will change its mind).

keras-team/keras#13127
keras-team/keras#1956
tensorflow/tensorflow#65306

The model is of course available in Git, and the latest release supporting it will be v0.2.7.
https://github.com/qiboteam/qibo/blob/v0.2.7/src/qibo/models/qgan.py

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