cats_vs_dogs

참조:

다음 명령을 사용하여 TFDS에서 이 데이터세트를 로드합니다.

ds = tfds.load('huggingface:cats_vs_dogs')
  • 설명 :
A large set of images of cats and dogs. There are 1738 corrupted images that are dropped.
  • 라이선스 : 알려진 라이선스 없음
  • 버전 : 0.0.1
  • 분할 :
나뉘다
'train' 23410
  • 특징 :
{
    "image_file_path": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "image": {
        "decode": true,
        "id": null,
        "_type": "Image"
    },
    "labels": {
        "num_classes": 2,
        "names": [
            "cat",
            "dog"
        ],
        "id": null,
        "_type": "ClassLabel"
    }
}