Wenhui-Yu / LCFN

Codes for papers: 1. Graph Convolutional Network for Recommendation with Low-pass Collaborative Filters (ICML). 2. Less is More: Exploring Simple and Powerful Low-pass Graph Convolutional Network for Recommendation. 3. Self-propagation Graph Neural Network for Recommendation (TKDE).
77 stars 24 forks source link

how to create `pre_train_feature64.json` by source code? #1

Open saladcat opened 3 years ago

saladcat commented 3 years ago

how to create pre_train_feature64.json by source code?

Wenhui-Yu commented 3 years ago

Run _main.py in folder pretraining (set EMB_DIM as 128, 64, 42, and 32 in p_params.py) please see 1.3 in readme for details