zwbx / SHIFT-Continuous_Test_Time_Adaptation

22 stars 0 forks source link

UnboundLocalError: local variable 'out_dir' referenced before assignment #14

Closed nomis911 closed 8 months ago

nomis911 commented 8 months ago

hi, thanks for your great work! When I downloaded the dataset and ran your code, I get an error like this. UnboundLocalError: local variable 'out_dir' referenced before assignment I tried to fix this by adding "global out_dir" to the first line of the main() function, but I still get the error NameError: name 'out_dir' is not defined Can you help me on how to solve this?