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
When I execute the final step, “python run.py --dataset foursquare --input_path foursquare-data --output_path output_data/foursquare --duplicate_removal --convert_inter”, the following error comes:
File "/recbole/lib/python3.7/_strptime.py", line 326, in _strptime
raise TypeError(msg.format(index, type(arg)))
TypeError: strptime() argument 0 must be str, not <class 'NoneType'>
Looking forward to fixing this issue.
The text was updated successfully, but these errors were encountered:
When I download the raw foursquare data in kaggle, and put in into the RecSysDatasets/conversion_tools/foursquare-data folder, everything checks out as follows.
I didn't have any problems in the process of running and successfully generated the atomic file data. Please provide more details to help us reproduce this error.
In addition, you can download the processed files directly without downloading the source code and atomic files from Baidu Wangpan (Password: e272) or Google Drive.
When I execute the final step, “python run.py --dataset foursquare --input_path foursquare-data --output_path output_data/foursquare --duplicate_removal --convert_inter”, the following error comes:
File "/recbole/lib/python3.7/_strptime.py", line 326, in _strptime
raise TypeError(msg.format(index, type(arg)))
TypeError: strptime() argument 0 must be str, not <class 'NoneType'>
Looking forward to fixing this issue.
The text was updated successfully, but these errors were encountered: