Skip to content
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

Channel Task Prompts Wrong #32

Open
AaronCIH opened this issue Sep 11, 2024 · 1 comment
Open

Channel Task Prompts Wrong #32

AaronCIH opened this issue Sep 11, 2024 · 1 comment

Comments

@AaronCIH
Copy link

Hello Authors,

In the Channel Task Prompt Learning Part (code: Multi-Task-Transformer/TaskPrompter/models/transformers/taskprompter.py L249), the line: chan_prompts = self.chan_proj(chan_x) has been comment, which means skipping the channel task prompt results when updates the task prompts.
Is that correct? or should I uncomment this line for following paper.

Thank you.

@AaronCIH AaronCIH changed the title Channel Task Prompts Channel Task Prompts Wrong Sep 11, 2024
@prismformore
Copy link
Owner

Hi @AaronCIH ,

It has been a while since I finished this project. One thing I can recall is that on different datasets adding this projection leads to different performance. You may choose to use this projection or not based on your experiment results in your project. For the checkpoints I think they are trained with the current codes.

Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants