Skip to content

Commit b6d4081

Browse files
Uncomment ListMLELoss configuration in rs_master.py
1 parent 5e4fa61 commit b6d4081

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

scripts/rs_master.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@
157157
"keras_rs.losses.PairwiseSoftZeroOneLoss.call",
158158
],
159159
},
160-
# {
161-
# "path": "list_mle_loss",
162-
# "title": "ListMLELoss",
163-
# "generate": [
164-
# "keras_rs.losses.ListMLELoss",
165-
# "keras_rs.losses.ListMLELoss.call",
166-
# ],
167-
# },
160+
{
161+
"path": "list_mle_loss",
162+
"title": "ListMLELoss",
163+
"generate": [
164+
"keras_rs.losses.ListMLELoss",
165+
"keras_rs.losses.ListMLELoss.call",
166+
],
167+
},
168168
]
169169
}
170170

0 commit comments

Comments
 (0)