You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Submitting a script command like python my_script.py -o ./my_out_dir fails because the load_config functions sees ./ in the cmd argument and assumes it's a path. This leads to prepending the run directory, which causes the program to fail out.
Submitting a script command like
python my_script.py -o ./my_out_dirfails because theload_configfunctions sees./in thecmdargument and assumes it's a path. This leads to prepending the run directory, which causes the program to fail out.