cats_vs_dogs / preprocessor_config.json
carlosaguayo's picture
Cats vs Dogs classifier
b773642
{
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"size": 150
}