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
After downloading the dataset, I tried run gen_hybrid_data.py to generate the tree txt according to the train_labels.txt. It shows the error below:
unknown word before { train_476 1
unknown word before { train_476 6
File "gen_hybrid_data.py", line 142, in
parent = Tree('right', id=parents[-1].id + 1)
IndexError: list index out of range
Can you write the correct steps in readme file?
The text was updated successfully, but these errors were encountered:
After downloading the dataset, I tried run gen_hybrid_data.py to generate the tree txt according to the train_labels.txt. It shows the error below:
unknown word before { train_476 1
unknown word before { train_476 6
File "gen_hybrid_data.py", line 142, in
parent = Tree('right', id=parents[-1].id + 1)
IndexError: list index out of range
Can you write the correct steps in readme file?
The text was updated successfully, but these errors were encountered: