Lily-Le / EcoTTA

This is a community implementation for the paper EcoTTA: Memory-Efficient Continual Test-time Adaptation via Self-distilled Regularization
23 stars 2 forks source link

any detach is not required? #3

Closed e0jun closed 9 months ago

e0jun commented 10 months ago

Thank you for re-implementing EcoTTA.

In my understanding, we need a detach module for not storing intermediate activations. Is it right?

Thank you in advance!

Lily-Le commented 10 months ago

Hi. The detach module is implemented in class one_part_of_networks(Module) defined in ecotta_models. Hope this can answer your question. Feel free to ask me if you have any further questions :D

e0jun commented 9 months ago

Thank you for your quick reply:)