ENAS-pytorch icon indicating copy to clipboard operation
ENAS-pytorch copied to clipboard

Cifar10 CNN problem

Open aaron851113 opened this issue 4 years ago • 1 comments

utils.py", line 150, nbatch = data.size(0) // bsz AttributeError: 'DataLoader' object has no attribute 'size' -> nbatch = len (data.size)

image.py line 9, if args == 'cifar' -> if args == 'data/cifar'

line 30-31/38-39, -> batch_size = 200, shuffle=True, -> num_workers= 4 , pin_memory=True)

aaron851113 avatar Nov 20 '19 06:11 aaron851113

Has the cnn module could been run?

songxueXS avatar Dec 26 '19 12:12 songxueXS