BatsResearch / csp

Learning to compose soft prompts for compositional zero-shot learning.
BSD 3-Clause "New" or "Revised" License
83 stars 6 forks source link

learnable parameters #16

Closed zaiquanyang closed 1 year ago

nihalnayak commented 1 year ago

As far as I can see in the code, we are optimizing only the soft embeddings: https://github.com/BatsResearch/csp/blob/b40530cf928fb793c42b799b339171a85e5abe32/models/csp.py#L158-L162

It would be great if you could point me to a part of the code where we are optimizing the visual encoder parameters.

nihalnayak commented 1 year ago

Closing this issue due to inactivity. Feel free to reopen the issue :)