reczoo / RecSys2024_CTR_Challenge

A Strong Baseline based on FuxiCTR for News CTR Challenge at RecSys 2024
Apache License 2.0
12 stars 2 forks source link

Problems encountered in the prediction process #3

Open Jason-Hong-Child opened 3 weeks ago

Jason-Hong-Child commented 3 weeks ago

When executing submit.py, the model parameters loaded from 微信截图_20240619225137 "checkpoints/ebnerd_large_x1_2ed787f6/DIN_ebnerd_large_x1_001_1860e41e.model" are inconsistent with the DIN model structure

zhujiem commented 3 weeks ago

If you run multiple groups of parameters in parallel, it may overwrite the checkpoint? To avoid this, please modify "model_root: " in config.

Jason-Hong-Child commented 2 weeks ago

Is it because I trained multiple times? #

If you run multiple groups of parameters in parallel, it may overwrite the checkpoint? To avoid this, please modify "model_root: " in config.