8000 interpretability of the project · Issue #36 · xmed-lab/CLIP_Surgery · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
interpretability of the project #36
Open
@taishan0001

Description

@taishan0001

Hi, in my computer science project, I'm using CLIP's text encoder and vision encoder to extract image-text features:
image_features = self.encode_image(image)
text_features = self.encode_text(text)

If I directly compute loss using these image_features and text_features with a custom loss function (without invoking CLIP's forward function), would this affect the interpretability of the project?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0