We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, I want to run GPT-2 After i execute: python -m ncc_dataset.raw_py150.completion.preprocess,got one error as the picture:
python -m ncc_dataset.raw_py150.completion.preprocess
AttributeError: type object 'SeqIndexedDataset' has no attribute 'Index'
Looking for your reply. Thanks.
The text was updated successfully, but these errors were encountered:
hello, the seq_indexed_dataset.py's SeqIndexedDataset class don't have Index object. Could you have any solution? thanks.
Sorry, something went wrong.
If you can't resolve this issue, could you tell me function of SeqIndexedDataset.Index?
You can try to insert the code here to the SeqIndexedDataset class.
If you have any other questions. Please ping them (@wanyao1992).
thank you, i have tried this solution, but something wrong... @wanyao1992
No branches or pull requests
hi,
I want to run GPT-2
After i execute:
python -m ncc_dataset.raw_py150.completion.preprocess
,got one error as the picture:AttributeError: type object 'SeqIndexedDataset' has no attribute 'Index'
Looking for your reply.
Thanks.
The text was updated successfully, but these errors were encountered: