math_ocr_donut_v1 / preprocessor_config.json
HamAndCheese82's picture
On validation process, epoch 0, global step 1
a84c5ae verified
raw
history blame contribute delete
No virus
440 Bytes
{
"do_align_long_axis": true,
"do_normalize": true,
"do_pad": true,
"do_rescale": true,
"do_resize": true,
"do_thumbnail": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "DonutImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "DonutProcessor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 2560,
"width": 1920
}
}