ijd-unlearned-checkpoints / style_classifier /preprocessor_config.json
siyich's picture
Upload style_classifier/preprocessor_config.json with huggingface_hub
87ba91e verified
Raw
History Blame Contribute Delete
228 Bytes
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ViTFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"size": 224
}