yaoxufeng / PCL-Proxy-based-Contrastive-Learning-for-Domain-Generalization

MIT License
58 stars 6 forks source link

Question about using SWAD #1

Closed DHdroid closed 2 years ago

DHdroid commented 2 years ago

Hello, I have a question about the results of PACS!

When I ran your code with the same command in run.sh, the final result was like below:

image

From the table above, It seems that the performance in the paper cannot be achieved without SWAD. So my question is: Is SWAD needed to reproduce results in the paper? Or do I have to adjust HPs further?

Thank you for your time and consideration :)

yaoxufeng commented 2 years ago

Thanks for interesting in our work. Our repo is built on SWAD and the result is achieved with SWAD. It's also interesting to try our approach without SWAD.

DHdroid commented 2 years ago

Thanks for your kind reply :)