mariodoebler / test-time-adaptation

A repository and benchmark for online test-time adaptation.
MIT License
188 stars 16 forks source link

Adding new method SANTA #9

Closed goirik-chakrabarty closed 11 months ago

goirik-chakrabarty commented 11 months ago

Hi authors,

Thank you for your excellent work in benchmarking test-time adaptation. I am the author of SANTA [https://openreview.net/forum?id=V7guVYzvE4]. I would like to add my method to your benchmark.

What are the proper steps to submit a pull request? Do I need to do all the experiments that you perform?

Regards.

mariodoebler commented 11 months ago

Hi Goirik,

thank you for your appreciation. Great to hear that you would like to add your method to our repository. Feel free to create a pull request that includes your method within classification/methods/. We will review the code and run the benchmark ourselves, so you don't have to include any results, just the implementation of SANTA.

Regards, Mario