Skip to content

Commit a15b7c4

Browse files
oliverholworthyjperez999
authored andcommitted
Disable keras optimizer module change in SOK with use_legacy_optimizer (#1064)
1 parent 31ba0dc commit a15b7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merlin/models/tf/distributed/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030

3131

3232
if sok_installed:
33-
sok.init()
33+
sok.init(use_legacy_optimizer=False)

0 commit comments

Comments
 (0)