Referencje:
Użyj następującego polecenia, aby załadować ten zestaw danych do TFDS:
ds = tfds.load('huggingface:cats_vs_dogs')
- Opis :
A large set of images of cats and dogs. There are 1738 corrupted images that are dropped.
- Licencja : Brak znanej licencji
- Wersja : 0.0.1
- Podziały :
Podział | Przykłady |
---|---|
'train' | 23410 |
- Cechy :
{
"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"
}
}