We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e286c commit e24926cCopy full SHA for e24926c
test_time_adaptation.py
@@ -81,6 +81,7 @@ def run_tta():
81
# TTA procedure
82
tta_process.test_time_adaptation(preprocessed_path, proxy_path, output_path, output_model_path, resource_opt)
83
84
-
+if __name__ == "__main__":
85
+ run_tta()
86
87
0 commit comments