Instructions to use MahmoodLab/CONCH with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use MahmoodLab/CONCH with timm:
import timm model = timm.create_model("hf_hub:MahmoodLab/CONCH", pretrained=True) - Notebooks
- Google Colab
- Kaggle
During Model Loading : Key access error
#34
by sarpgirgin98 - opened
I am trying to manually load conch_1_5, however I am getting this error:
KeyError: 'visual.trunk.pos_embed'
sarpgirgin98 changed discussion title from During Model Loading : K ey access error to During Model Loading : Key access error