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
{{ message }}
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
Hi @surbhitkapoor ,
This is the error which I got after running the command to prepare the data
PYTHONPATH=".:$PYTHONPATH" python qgen/data.py
Error:
Traceback (most recent call last):
File "qgen/data.py", line 249, in
trim_embeddings()
File "qgen/data.py", line 227, in trim_embeddings
for data in [_load_training_stories().values(), _load_test_stories().values()]:
File "qgen/data.py", line 208, in _load_training_stories
_training_stories = _read_data("train.csv")
File "qgen/data.py", line 160, in _read_data
document_text = row[1]
IndexError: list index out of range
getting same issue can you please help me to resolve this issue
Thanks & Regards,
Manikantha Sekhar
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @surbhitkapoor ,
This is the error which I got after running the command to prepare the data
PYTHONPATH=".:$PYTHONPATH" python qgen/data.py
Error:
Traceback (most recent call last):
File "qgen/data.py", line 249, in
trim_embeddings()
File "qgen/data.py", line 227, in trim_embeddings
for data in [_load_training_stories().values(), _load_test_stories().values()]:
File "qgen/data.py", line 208, in _load_training_stories
_training_stories = _read_data("train.csv")
File "qgen/data.py", line 160, in _read_data
document_text = row[1]
IndexError: list index out of range
getting same issue can you please help me to resolve this issue
Thanks & Regards,
Manikantha Sekhar
The text was updated successfully, but these errors were encountered: