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