cats_vs_dogs / config.json
carlosaguayo's picture
Cats vs Dogs classifier
b773642
raw
history blame contribute delete
89 Bytes
{
"id2label": {
"0": "Dog",
"1": "Cat"
},
"num_channels": 3
}