Open unknowed-ER opened 1 year ago
I run the following command but get an FileNotFoundError. FileNotFoundError: [Errno 2] No such file or directory: 'Data/beauty/ratings_5_core.csv'
python run.py --templates 5_core_both_view_buy_graph_sasrec_beauty_pretrain_graph_finetune_sasrec_both_lightgcn_kgat_gate_merge_attention_not_valid_repalce_kgat_behavior_rel_items_lightgcn_shared_items_add_kgat_attention_gate
I try to get data from this link http://jmcauley.ucsd.edu/data/amazon/, but I can only get reviews_Beauty_5.json.gz instead of missing file ratings_5_core.csv. How to get the data ratings_5_core.csv? Looking forward to your reply.
It seems that file ratings_5_core.csv is equal to ratings.csv ?
I run the following command but get an FileNotFoundError. FileNotFoundError: [Errno 2] No such file or directory: 'Data/beauty/ratings_5_core.csv'
I try to get data from this link http://jmcauley.ucsd.edu/data/amazon/, but I can only get reviews_Beauty_5.json.gz instead of missing file ratings_5_core.csv. How to get the data ratings_5_core.csv? Looking forward to your reply.