crackenpy / config.json
rievil's picture
Update config.json
4c0f0b7 verified
raw
history blame
641 Bytes
{
"architecture": "resnext101_32x8d",
"num_classes": 5,
"num_features": 2048,
"pretrained_cfg": {
"tag": "tv_in1k",
"custom_load": false,
"input_size": [
3,
416,
416
],
"fixed_input_size": false,
"interpolation": "bilinear",
"crop_pct": 1,
"crop_mode": "center",
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
],
"num_classes": 5,
"pool_size": [
7,
7
],
"first_conv": "conv1",
"classifier": "fc",
"license": "bsd",
"origin_url": "https://huggingface.co/rievil/crackenpy"
}
}