wyxu commited on
Commit
9d7d36f
1 Parent(s): 035f446

Rename load_cifar.py to dataset_copied.py

Browse files
load_cifar.py → dataset_copied.py RENAMED
@@ -55,7 +55,7 @@ _NAMES = [
55
  ]
56
 
57
 
58
- class Cifar10(datasets.GeneratorBasedBuilder):
59
  """CIFAR-10 Data Set"""
60
 
61
  BUILDER_CONFIGS = [
 
55
  ]
56
 
57
 
58
+ class dataset_copied(datasets.GeneratorBasedBuilder):
59
  """CIFAR-10 Data Set"""
60
 
61
  BUILDER_CONFIGS = [