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