Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about Tent Offline Results #16

Open
taeyeopl opened this issue Oct 24, 2022 · 1 comment
Open

Question about Tent Offline Results #16

taeyeopl opened this issue Oct 24, 2022 · 1 comment

Comments

@taeyeopl
Copy link

taeyeopl commented Oct 24, 2022

I have a simple question related to the offline tent experiment.
What should I change if I want to get results of the offline tent (ex, Table 2)?
Should I change _C.MODEL.EPISODIC = True

tent/conf.py

Lines 37 to 39 in e9e926a

# By default tent is online, with updates persisting across batches.
# To make adaptation episodic, and reset the model for each batch, choose True.
_C.MODEL.EPISODIC = False

Termination For online adaptation, no termination is necessary, and iteration continues as long as
there is test data. For offline adaptation, the model is first updated and then inference is repeated.
Adaptation may of course continue by updating for multiple epochs.

@TIEHua
Copy link

TIEHua commented Jan 31, 2023

I have a simple question related to the offline tent experiment. What should I change if I want to get results of the offline tent (ex, Table 2)? Should I change _C.MODEL.EPISODIC = True

tent/conf.py

Lines 37 to 39 in e9e926a

# By default tent is online, with updates persisting across batches.
# To make adaptation episodic, and reset the model for each batch, choose True.
_C.MODEL.EPISODIC = False

Termination For online adaptation, no termination is necessary, and iteration continues as long as
there is test data. For offline adaptation, the model is first updated and then inference is repeated.
Adaptation may of course continue by updating for multiple epochs.
I think we need to set _C.MODEL.EPISODIC = False and update evaluation function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants