-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarification on Target Matrix for Embedding Learning #4
Comments
Hi @sarazatezalo, As set in the Thank you! |
Hi @CristianoPatricio , Thank you for your response and for sharing your work—it’s very inspiring! I’m currently researching this topic for my university project and I am interested in implementing something similar. Best regards,
|
Hi @sarazatezalo, Sorry for the delay. Your rationale is correct. Did you try to modify the target matrix for the Derm7pt, according to your rationale? Thanks! |
Hello,
Could you clarify how the target matrix for embedding learning is defined and used?
Namely, in the paper, it is stated that (paraphrased):
However, in the code for
CLIP/modules/model.py
, it seems that the logic for the derm7pt dataset is reversed. Specifically:If the goal is to create a matrix with ones for pairs sharing the same disease, shouldn't the logic for derm7pt handle the labels differently?
Thank you in advance for your clarification!
The text was updated successfully, but these errors were encountered: