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
I want to built ranking model using pre-train embeddings
I can train a model using embedding lookups, but the input of the model will be an id-based feature
I want to give embedding to my model at inference time not id based feature. How can I do this?
I follow this tutorial. I don't have any problems while training the DCN model. After the model training is completed, I want to change the input of the model id to embedding.
❓ Questions & Help
Details
I want to built ranking model using pre-train embeddings
I follow this tutorial. I don't have any problems while training the DCN model. After the model training is completed, I want to change the input of the model id to embedding.
My code
The text was updated successfully, but these errors were encountered: