shenweichen / DeepCTR-Torch

【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
https://deepctr-torch.readthedocs.io/en/latest/index.html
Apache License 2.0
2.95k stars 696 forks source link

Help #253

Open howheart opened 2 years ago

howheart commented 2 years ago

When I used DeepCTR-Torch to imitate DeepFM case to build AFM model, the error "DenseFeat is not supported in DNN_feature_columns" occurred. Can you help me explain why? If convenient, provide a case of AFM model, thank you.