Skip to content

Commit e24926c

Browse files
committed
fix a silly mistake
1 parent f8e286c commit e24926c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test_time_adaptation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def run_tta():
8181
# TTA procedure
8282
tta_process.test_time_adaptation(preprocessed_path, proxy_path, output_path, output_model_path, resource_opt)
8383

84-
84+
if __name__ == "__main__":
85+
run_tta()
8586

8687

0 commit comments

Comments
 (0)