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
I was running the conversion tools by python run.py on AmazonReview 2023 data.
I reached the following two errors:
NameError: name 'null' is not defined when convert item data. Seemingly there are null fields in the meta json file. Any quick fixes?
When I diff the interaction file created by running python run.py ... ... --convert_inter with the corresponding processed interaction file provided in the Google Drive, there's a lot of difference.
Can you specify if there's any version difference between the processed dataset and the source data files used?
Thank you so much.
The text was updated successfully, but these errors were encountered:
I was running the conversion tools by python run.py on AmazonReview 2023 data.
I reached the following two errors:
NameError: name 'null' is not defined when convert item data. Seemingly there are null fields in the meta json file. Any quick fixes?
When I diff the interaction file created by running
python run.py ... ... --convert_inter
with the corresponding processed interaction file provided in the Google Drive, there's a lot of difference.Can you specify if there's any version difference between the processed dataset and the source data files used?
Thank you so much.
The text was updated successfully, but these errors were encountered: