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

'CIFAR10' object has no attribute 'train_data'

Open J-zin opened this issue 5 years ago • 1 comments

'CIFAR10' object has no attribute 'train_data'

J-zin avatar Sep 08 '19 14:09 J-zin

try PyTorch of a lower version (1.0.0 is fine) or replace the 'train_data' with 'data'

yitongx avatar Sep 28 '19 07:09 yitongx