- 설명 :
꽃의 큰 이미지 세트
홈페이지 : https://www.tensorflow.org/tutorials/load_data/images
소스 코드 :
tfds.datasets.tf_flowers.Builder
버전 :
-
3.0.1
(기본값): 릴리스 노트가 없습니다.
-
다운로드 크기 :
218.21 MiB
데이터세트 크기 :
221.83 MiB
자동 캐시 ( 문서 ):
shuffle_files=False
인 경우에만(학습)분할 :
나뉘다 | 예 |
---|---|
'train' | 3,670 |
- 기능 구조 :
FeaturesDict({
'image': Image(shape=(None, None, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=5),
})
- 기능 문서 :
특징 | 수업 | 모양 | Dtype | 설명 |
---|---|---|---|---|
특징Dict | ||||
영상 | 영상 | (없음, 없음, 3) | uint8 | |
상표 | 클래스 라벨 | 정수64 |
감독되는 키 (
as_supervised
doc 참조):('image', 'label')
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
- 인용 :
@ONLINE {tfflowers,
author = "The TensorFlow Team",
title = "Flowers",
month = "jan",
year = "2019",
url = "http://download.tensorflow.org/example_images/flower_photos.tgz" }