File size: 628 Bytes
6abb6bb d8e50e9 6abb6bb d8e50e9 6abb6bb 1af276c 6abb6bb d8e50e9 6abb6bb 1af276c 6abb6bb |
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 |
---
dataset_info:
features:
- name: image
dtype:
array3_d:
shape:
- 224
- 224
- 3
dtype: uint8
- name: label
dtype:
class_label:
names:
'0': resistor
'1': capacitor
'2': inductor
'3': transistor
splits:
- name: train
num_bytes: 102824880.0
num_examples: 292
- name: test
num_bytes: 26058360.0
num_examples: 74
download_size: 25099976
dataset_size: 128883240.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|