How to use amd/mnasnet_b1 with timm:
import timm model = timm.create_model("hf_hub:amd/mnasnet_b1", pretrained=True)