Skip to content

Why not use momentum model for clip? #7

@Wuzimeng

Description

@Wuzimeng

Hi, I noticed that in the encode_text_m function of file clip/model.py, the call to self.transformer_m(x) was replaced with self.transformer(x), which means the momentum model of text modality was not used. What is the intention behind this change? How does it affect the results?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions