Closed michaelku1 closed 1 year ago
Hi, Thanks for your work. I could not seem to find where background prototype was in the code. I was wondering how you compute it as mentioned in the paper? Many Thanks!
Thanks for your interest in our work!
In models/attention.py Line #44-45, we define the background prototype (learnable parameters) and task encodings for the background (fixed at zeros).
Thank you!
Hi, Thanks for your work. I could not seem to find where background prototype was in the code. I was wondering how you compute it as mentioned in the paper? Many Thanks!