Is it possible to implement test time adaptation using avalanche? #1616
Unanswered
Amos58
asked this question in
Feature Request
Replies: 1 comment 1 reply
-
We don't have TTA methods, but Avalanche strategies provide callbacks that you can use to inject code at any point of the train/eval loops. You can use those to add TTA methods to Avalanche strategies. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Continual learning is implemented by a continuous train-test paradigm, but this can not satisfy my needs that I need to tune my network parameters only during test phase. Test time adaptation satifies my nedds and it is similar to continual learning, I wonder if it is possible to implement test time adaptation using avalanche. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions