fuchami

Results 2 issues of fuchami

Thank you for creating such a great extension! I want to map `` to `esc` , so I set it like this, but it doesn't work ``` { "imap": [...

Multi-task Recommendations is a great tutorial! https://www.tensorflow.org/recommenders/examples/multitask I tried to override train_step to measure rating_loss and retrieval_loss respectively, as shown below. ```py class MovielensModel(tfrs.models.Model): ... def train_step(self, inputs): with tf.GradientTape()...