Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
orha
/
cnn
like
0
Image Classification
Transformers
PyTorch
art
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
cnn
/
preprocessor_config.json
orha
Update preprocessor_config.json
e624011
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
156 Bytes
{
"do_resize"
:
true
,
"size"
:
224
,
"resample"
:
2
,
"do_normalize"
:
true
,
"image_mean"
:
[
0.485
,
0.456
,
0.406
]
,
"image_std"
:
[
0.229
,
0.224
,
0.225
]
}