Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error 2 #2

Open
KH93b opened this issue Aug 29, 2020 · 1 comment
Open

error 2 #2

KH93b opened this issue Aug 29, 2020 · 1 comment

Comments

@KH93b
Copy link

KH93b commented Aug 29, 2020

File "evaluate.py", line 55, in get_algo_config
key += '_' + experiment_dir.split('/')[2]
IndexError: list index out of range

@Baoren1996
Copy link

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 '\'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants