Cached quantum circuit dataset

Quantum circuit dataset that caches the y prompts using the CLIP encoder. This speeds up training significantly!


source

Cached_OpenClip_Dataset

 Cached_OpenClip_Dataset (device:torch.device=device(type='cpu'),
                          **parameters)

Adds .caching to the Quantum circuit dataset class.

Back to top