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
Hi, this is due to the different ways of Windows and Linux manipulating file path. In windows, '\' is used to seperate the folder while '/' is used in Linux. In the case of Windows, you need to change '/' to '\'
File "evaluate.py", line 55, in get_algo_config
key += '_' + experiment_dir.split('/')[2]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: