datawhalechina / torch-rechub

A Lighting Pytorch Framework for Recommendation Models, Easy-to-use and Easy-to-extend.
MIT License
392 stars 73 forks source link

fix bugs and delete yidian example #2

Closed IceCapriccio closed 2 years ago

IceCapriccio commented 2 years ago
  1. add how=left to keep samples order same as the input in gen_model_input function.
  2. negative sample once instead of sample in every uid.
  3. delete run_yidian_youtube_dnn.py