guyulongcs / CIKM2020_DMT

Deep Multifaceted Transformers for Multi-objective Ranking in Large-Scale E-commerce Recommender Systems, CIKM 2020
109 stars 25 forks source link

some files not found #3

Closed Felix1990 closed 3 years ago

Felix1990 commented 3 years ago

Hello , I am reading your code and find some files not found. I did not find "export_model_imp" and "export_embed_mlp_recall" in saved_model dictionary. "tower_batch_features" in run_dnn.py is also missing. Looking forward your reply. Thank you!

guyulongcs commented 3 years ago

Thanks. "export_model_imp" and "export_embed_mlp_recall are not used in this paper. "tower_batch_features" is defined in line 152 in run_dnn.py. The code should be executed in GPU.