From b6d408185b5825edf6d74602911ae151ff1b56e9 Mon Sep 17 00:00:00 2001 From: LakshmiKalaKadali <149650845+LakshmiKalaKadali@users.noreply.github.com> Date: Thu, 30 Oct 2025 23:16:26 +0530 Subject: [PATCH] Uncomment ListMLELoss configuration in rs_master.py --- scripts/rs_master.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/rs_master.py b/scripts/rs_master.py index fcbaa870de..e7f45ebbe1 100644 --- a/scripts/rs_master.py +++ b/scripts/rs_master.py @@ -157,14 +157,14 @@ "keras_rs.losses.PairwiseSoftZeroOneLoss.call", ], }, - # { - # "path": "list_mle_loss", - # "title": "ListMLELoss", - # "generate": [ - # "keras_rs.losses.ListMLELoss", - # "keras_rs.losses.ListMLELoss.call", - # ], - # }, + { + "path": "list_mle_loss", + "title": "ListMLELoss", + "generate": [ + "keras_rs.losses.ListMLELoss", + "keras_rs.losses.ListMLELoss.call", + ], + }, ] }