张毅轩
张毅轩
我使用您提供的代码,获得了Epinions.pkl文件,但是在代码中无法运行Epinions.pkl
我使用如下的yaml参数文件,最终报错:KeyError: 'neg_item_id' 而我将train_neg_sample_args: ~注释掉后,代码可以运行,但是结果非常差,LightGCN在douban-book上的RMSE超过了1.0 # dataset config field_separator: "\t" seq_separator: " " load_col: inter: [user_id, item_id, rating] net: [source_id,target_id:token] USER_ID_FIELD: user_id ITEM_ID_FIELD: item_id RATING_FIELD: rating NEG_PREFIX: neg_ LABEL_FIELD: label threshold:...
我使用如下的yaml文件: # tmodel settings embedding_size: 64 # (int) The embedding size of users and items. n_layers: 2 # (int) The number of layers in LightGCN. reg_weight: 1e-05 # (float) The...