You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I have integreted TransAct to our FuxiCTR library. But I found some confusing results when applying grid search on the hyper-parameters. That is, for some configurations, the model outputs AUC=0.5. It is especially common when setting k_cols > 1 and concat_max_pooling=True. Do you have this problem in your experiments?
For example:
When applying grid search on the following hyperparameters, we get six settings.
Hi, Thanks for the open source code of TransAct!
Recently, I have integreted TransAct to our FuxiCTR library. But I found some confusing results when applying grid search on the hyper-parameters. That is, for some configurations, the model outputs AUC=0.5. It is especially common when setting
k_cols > 1
andconcat_max_pooling=True
. Do you have this problem in your experiments?For example:
When applying grid search on the following hyperparameters, we get six settings.
We obtain the following results, where only the first setting (transformer_layers=1, k_cols=1, and concat_max_pooling=True) produce reasonable result.
When I set
concat_max_pooling=False
, and keep the other hyperparameters the same:The results become normal in all cases.
The text was updated successfully, but these errors were encountered: