CRAWFORD UNI→H&E pretrained model
This repository contains the pretrained CRAWFORD model weights used in: [ADD LINK TO PAPER].
To download:
from huggingface_hub import hf_hub_download
import torch
ckpt = hf_hub_download("cancersysbio/CRAWFORD_UNI2", "CRAWFORD_UNI2.pt")
model = torch.load(ckpt, map_location="cpu")
The CRAWFORD implementation (generating images and training your own CRAWFORD model) is available at https://github.com/cancersysbio/CRAWFORD
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support