Machine-Learning-Collection icon indicating copy to clipboard operation
Machine-Learning-Collection copied to clipboard

PROGAN ISSUE

Open mer93 opened this issue 4 years ago • 0 comments

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)

mer93 avatar May 05 '21 23:05 mer93