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/resnet50.medmae_in1k_swav_ft_CXR with timm:
import timm
model = timm.create_model("hf_hub:1aurent/resnet50.medmae_in1k_swav_ft_CXR", pretrained=True)