vit_base-model / preprocessor_config.json
CristianR8's picture
Training in progress epoch 0
dc99d1b verified
raw
history blame contribute delete
319 Bytes
{
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 3,
"rescale_factor": 0.00392156862745098,
"image_processor_type": "timm_wrapper",
"size": {
"height": 224,
"width": 224
}
}