YzM1a0 / MuDPT

Multi-modal Deep Prompt Tuning for Large Pre-trained Vision-Language Models
MIT License
5 stars 1 forks source link

the difference between mudpt.py, umudpt.py and uumudpt.py? #5

Open dana-niu opened 6 months ago

dana-niu commented 6 months ago

hello Can you tell me the difference between mudpt.py, umudpt.py and uumudpt.py in the code?

YzM1a0 commented 6 months ago

There are some differences in the way to realize cross-modality transformation of soft prompts.

dana-niu commented 6 months ago

I'm sorry, I don't quite understand. Could you tell me more about it? The main features of these three codes are in this article.

---- Replied Message ---- | From | Miao @.> | | Date | 04/09/2024 22:15 | | To | @.> | | Cc | @.>@.> | | Subject | Re: [YzM1a0/MuDPT] the difference between mudpt.py, umudpt.py and uumudpt.py? (Issue #5) |

There are some differences in the way to realize cross-modality transformation of soft prompts.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

dana-niu commented 6 months ago

They are implemented in different ways, but the effect is the same. Is that what you mean?