Open AaronCIH opened 2 months ago
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.
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.