Referências:
Use o seguinte comando para carregar este conjunto de dados no TFDS:
ds = tfds.load('huggingface:cats_vs_dogs')
- Descrição :
A large set of images of cats and dogs. There are 1738 corrupted images that are dropped.
- Licença : Nenhuma licença conhecida
- Versão : 0.0.1
- Divisões :
Dividir | Exemplos |
---|---|
'train' | 23410 |
- Características :
{
"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"
}
}