Machine-Learning-Collection
Machine-Learning-Collection copied to clipboard
PROGAN ISSUE
I am using my own gray scale image dataset loop = tqdm(loader, leave=True) for batch_idx, (real, _) in enumerate(loop): real = real.to(config.DEVICE) cur_batch_size = real.shape[0] On this loop i am getting an issue
ValueError: too many values to unpack (expected 2)