Closed obiii closed 7 years ago
There is an error in train.py script
Error is: File "train.py", line 66, in read_data code = fname.split("/")[1][9:16] IndexError: list index out of range
Just replace "/" with "\" if you are running it on windows
There is an error in train.py script
Error is: File "train.py", line 66, in read_data code = fname.split("/")[1][9:16] IndexError: list index out of range