ContinualAI / avalanche

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

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

Closed Amos58 closed 3 months ago

Amos58 commented 3 months ago

continual learning is implemented by a continuous train-test paradigm, but this can not satisfy my needs. Test time adaptation is similar to continual learning, I wonder if it is possible to implement test time adaptation using avalanche. Thank you.