Closed thohemp closed 2 years ago
@thohemp I did a manual download of the checkpoint to bypass my cached copy, it's fine and sha matches. so any corruption is due to your internet connection or local storage,
> wget https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/efficientnetv2_t_agc-3620981a.pth
>> 2022-06-13 08:51:04 (12.6 MB/s) - ‘efficientnetv2_t_agc-3620981a.pth’ saved [55190269/55190269]
> sha256sum efficientnetv2_t_agc-3620981a.pth
>> 3620981a6fd48fd305a50bc0f8e1bee2e3c1545a7d530f3d6f9fbb2030cf67fb efficientnetv2_t_agc-3620981a.pth
> python validate.py /imagenet/validation/ --model efficientnetv2_rw_t --amp --checkpoint efficientnetv2_t_agc-3620981a.pth
>> * Acc@1 82.346 (17.654) Acc@5 96.188 (3.812)
--result
{
"model": "efficientnetv2_rw_t",
"top1": 82.346,
"top1_err": 17.654,
"top5": 96.188,
"top5_err": 3.812,
"param_count": 13.65,
"img_size": 288,
"crop_pct": 1.0,
"interpolation": "bicubic"
}
Loading pretrained weights for the model efficientnetv2_rw_t throws following error: