MI-Zero
MI-Zero copied to clipboard
Visual Language Pretrained Multiple Instance Zero-Shot Transfer for Histopathology Images - CVPR 2023
Can you tell me what the 'timm_cfg' package is ? When I replaced timm cfg with timm CFG, I found that the publicized model weights are not exactly the same...
Thank you very much!
Hello, authors. I read your paper and your work is really interesting as for me. While reading the paper, I became curious about the composition of the dataset. It is...
I find your work very interesting and would like to understand more. Is the image-caption dataset curated by you publicly available? If so, could you kindly share a link with...
This is really cool work! It would be awesome to have the [pretrained model checkpoints](https://github.com/mahmoodlab/MI-Zero#pretrained-models) on HF. Let me know if I can help with that!
``` RuntimeError: Error(s) in loading state_dict for CLIP: size mismatch for transformer.embeddings.word_embeddings.weight: copying a param with shape torch.Size([30522, 768]) from checkpoint, the shape in current model is torch.Size([28996, 768]). ```...