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
i would like to get this code working in order to generate RGB images (64x64x3) with GAN in qskit.
I started from this code: https://qiskit.org/ecosystem/machine-learning/tutorials/04_torch_qgan.html
But this is not for images. I have problems with the generator because in the tutorial does not receive any noise as input, while I think it is necessary in GAN for images. How can I change the generator?
Is the quantum qskit circuit suitable for my purpose?
The text was updated successfully, but these errors were encountered:
i would like to get this code working in order to generate RGB images (64x64x3) with GAN in qskit.
I started from this code: https://qiskit.org/ecosystem/machine-learning/tutorials/04_torch_qgan.html
But this is not for images. I have problems with the generator because in the tutorial does not receive any noise as input, while I think it is necessary in GAN for images. How can I change the generator?
Is the quantum qskit circuit suitable for my purpose?
The text was updated successfully, but these errors were encountered: