MedCLIP icon indicating copy to clipboard operation
MedCLIP copied to clipboard

EMNLP'22 | MedCLIP: Contrastive Learning from Unpaired Medical Images and Texts

Results 24 MedCLIP issues
Sort by recently updated
recently updated
newest added

Hi there, I am trying to train a MedCLIP model from scratch on the CheXpert and MIMIC-CXR datasets. I cannot seem to find the training script which calls the Trainer...

In paper, you have samples several subsets from the original dataset, e.g., a balanced subset for evaludation from the RSNA Pneumonia dataset. Would you mind providing all subset info (e.g....

the VIT model weight is reasonable but the Resnet weight outputs very random results, and always negative logits. Is the provided resnet weight correct?

I apologize for inquiring about the code released a few years ago, but it appears that the text encoder directly loads the weights from BioClinicalBERT rather than being pretrained through...

The loading of model weights fails due to some transformer version mismatch. Relaxing the strictness when loading the weights fixes this issue. https://github.com/RyanWangZf/MedCLIP/issues/37

I installed the latest version of medclip **via pip** and am trying to load the pretrained models. However, when loading ResNet or ViT I get the following error ``` RuntimeError:...

The results I got also seem to be different from expectation. I am wondering if it's something to do with the below warning. Here is the logit, which is completely...

Hey, thank you for sharing your interesting work. I have a few questions about the training process: How did you pretrain on chexpert, as far as I am aware, chexpert...

Hi, I got this error when I want to try the demo in the README page. Could you please help me figure out this issue? Thanks a lot!

Thanks a lot for sharing your code here. I am new in the field and I am trying to train MedCLIP from scratch. It would be really helpful if you...