Deep-SVDD-PyTorch icon indicating copy to clipboard operation
Deep-SVDD-PyTorch copied to clipboard

[bug fix] handle cifar10

Open montanier opened this issue 6 years ago • 0 comments

With the provided coded, the example on cifar10 was failing. It seems that the cifar10 dataset does not have "train_labels" and "train/test_data" but respectively "targets" and "data".

This fix proposes a name change at key places to be able to run the example

montanier avatar Mar 27 '19 09:03 montanier