[BUG]Invalid pretrained tag
yolandazhou1222 opened this issue · 1 comments
yolandazhou1222 commented
When create model, 'efficientnet_b5.in12k' reports error: Invalid pretrained tag (in12k) for efficientnet_b5,
and 'efficientnet_b5.in12k_ft_in1k' reports error: IInvalid pretrained tag (in12k_ft_in1k) for efficientnet_b5.
Are these two models change name to efficientnet_b5.sw_in12k and efficientnet_b5.sw_in12k_ft_in1k?
rwightman commented
@yolandazhou1222 sw_in12k / etc are their tags so this isn't a bug, they were briefly .in12k during transition in 0.8.x versions but those were all marked as being dev versions.