Instructions to use Wangyh/mSTAR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use Wangyh/mSTAR with timm:
import timm model = timm.create_model("hf_hub:Wangyh/mSTAR", pretrained=True) - Notebooks
- Google Colab
- Kaggle
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