Open parjanay opened 2 years ago
The CIFAR-10 dataset does not have an attribute train_labels. NotImplementedError is coded to be raised for parts that are not yet implemented.
The latest CIFAR-10 dataset calls it's labels "targets". So replace line 173 to.
labels = np.array(dataset.targets)
While running the code, the following attribute errors were coming. Can anyone tell the reasons for such errors?? For equal case:
For Unequal case: