ContinualAI / avalanche

Avalanche: an End-to-End Library for Continual Learning based on PyTorch.
http://avalanche.continualai.org
MIT License
1.76k stars 287 forks source link

Is it possible to implement test time adaptation using avalanche? #1615

Closed Amos58 closed 6 months ago

Amos58 commented 6 months ago

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.