-
Notifications
You must be signed in to change notification settings - Fork 160
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
No match for FieldRef.Name(split) in id: string #15
Comments
@elbayadm gave a good answer here, maybe it'll help. #9 (comment) |
@hiskuDN Thx!!!! #9 (comment) helps me solve the problem but I meet a new error: 'pyarrow.lib.ListScalar' object has no attribute 'to'. The error appears in line 191
Another error occurs! error=expected sequence of length 25 at dim 1 (got 26) |
What dataset are you using? Are you pytorch for data handling at any point in the pipeline? |
wikipedia dataset. I use this code to process the data:
|
@nanxue2023 This was my solution to solve that error but I think it is outdated and seems not correct. So, you can check #23 (comment) comment. It solves these errors and starts training model. |
Hello together, I get the following error when execute:
I use pdb to print the stack information and find that the program run to line 1087 of parquet_utils.py
fragments = list(dataset._dataset.get_fragments(filter=dataset._filter_expression))
I can't fix this. Could u help me to figure out?
The text was updated successfully, but these errors were encountered: