enoche / MMRec

A Toolbox for MultiModal Recommendation. Integrating 10+ Models...
GNU General Public License v3.0
367 stars 46 forks source link

About user_graph_dict_file #1

Closed THU-Yu-Shang closed 1 year ago

THU-Yu-Shang commented 1 year ago

Hi, I meet some problems when running the codes caused by missing the file "user_graph_dict_file.npy", I wonder how to get this file, thank you!

THU-Yu-Shang commented 1 year ago

when running DualGNN

enoche commented 1 year ago

when running DualGNN

Great to know you are running the framework. DualGNN requires additional preprocessing to generate the u-u graph. I just upload the python script in preprocessing dir and update README for your reference.

Please kindly post any problems when running the code. Thanks.

THU-Yu-Shang commented 1 year ago

Got it! Thanks for the timely reply!

enoche commented 1 year ago

Got it! Thanks for the timely reply!

You are welcome. BTW, all scripts for raw data preprocessing are also updated for your reference.