MedMAE models
Collection
Delving into Masked Autoencoders for Multi-Label Thorax Disease Classification, https://github.com/lambert-x/medical_mae • 25 items • Updated • 1
How to use 1aurent/vit_base_patch16_224.medmae_CXR_mae_ft_CheXpert with timm:
import timm
model = timm.create_model("hf_hub:1aurent/vit_base_patch16_224.medmae_CXR_mae_ft_CheXpert", pretrained=True)