File size: 446 Bytes
ac2b3bc | 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 | ---
dataset_info:
features:
- name: input_image
dtype: image
- name: output_image
dtype: binary
splits:
- name: train
num_bytes: 24982701187.125
num_examples: 61375
- name: test
num_bytes: 4471537621.0
num_examples: 10832
download_size: 4725229980
dataset_size: 29454238808.125
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|