Request Access

#2
by mutyyba - opened

Requesting Access to the model.

Thank you for your interest. Your access has been approved. Please proceed as needed. Let us know if you encounter any issues.

Now, mSTAR can be directly load from timm, please use the following code.

import timm
model = timm.create_model(
'hf-hub:Wangyh/mSTAR',
pretrained=True,
init_values=1e-5, dynamic_img_size=True
)

Wangyh changed discussion status to closed

Sign up or log in to comment