hi guys.
I'm currently using TensorFlow recommender for building a product recommender system. but, the only recourses that I have found was TensorFlow official examples, but some aspect of these examples is ambiguous for me. for example, how could we stick the ranking model to the retrieval model and build an end-to-end recommender, or how can we create a deep multitask model or how can we make predictions with a multitask model.
can anybody help me or introduce me to useful resources.
thank you so much.
best. Ramin.
I also encounter these problems now.Now I want to take out the code of the model part and save it as a class, but after doing so, an error will occur when calling the model
hi guys. I'm currently using TensorFlow recommender for building a product recommender system. but, the only recourses that I have found was TensorFlow official examples, but some aspect of these examples is ambiguous for me. for example, how could we stick the ranking model to the retrieval model and build an end-to-end recommender, or how can we create a deep multitask model or how can we make predictions with a multitask model. can anybody help me or introduce me to useful resources. thank you so much. best. Ramin.