How to iterate two datasets in fastai

Hello,

I am wondering how I should go about iterating two datasets at the same time. I want to use the two datasets in a GAN, where I transfer images from domain A -> B.

Is there anything like GANItemList but without random noise so I can input my own dataset?