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?
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?