File size: 746 Bytes
0203d6b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ba6d5be
0203d6b
 
ba6d5be
0203d6b
ba6d5be
 
0203d6b
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Cell
          '1': Cell-Multi
          '2': Cracking
          '3': Diode
          '4': Diode-Multi
          '5': Hot-Spot
          '6': Hot-Spot-Multi
          '7': No-Anomaly
          '8': Offline-Module
          '9': Shadowing
          '10': Soiling
          '11': Vegetation
  splits:
  - name: train
    num_bytes: 9052395.2
    num_examples: 16000
  - name: test
    num_bytes: 2261586.8
    num_examples: 4000
  download_size: 6070546
  dataset_size: 11313982.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---