clip_v2 / open_clip_config.json
ekurtulus's picture
Add model
ec5bf38 verified
raw
history blame
215 Bytes
{
"model_cfg": null,
"preprocess_cfg": {
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
],
"interpolation": "bicubic",
"resize_mode": "squash"
}
}