RyanWangZf / MedCLIP

EMNLP'22 | MedCLIP: Contrastive Learning from Unpaired Medical Images and Texts
394 stars 41 forks source link

Relaxed strictness when loading weights #41

Open StefanDenn3r opened 3 months ago

StefanDenn3r commented 3 months ago

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