Steven Waite
Results
2
comments of
Steven Waite
Please can you do a bit more on item - item models. Thankyou :)
This is how I do it ``` index = tfrs.layers.factorized_top_k.BruteForce(self.model.query_model) index.index_from_dataset(tf.data.Dataset.zip((unique_product_id_for_inference.batch(1000),products.batch(1000).map(self.model.candidate_model)))) ```