Skip to content

Commit

Permalink
update: test_lomo_optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
kozistr committed Jul 14, 2024
1 parent c3b4309 commit 2acade3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/visualize_optimizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def main():
]

for optimizer_name, optimizer in OPTIMIZERS.items():
if optimizer_name.lower() in {'alig', 'lomo', 'bsam', 'adammini'}:
if optimizer_name.lower() in {'alig', 'lomo', 'adalomo', 'bsam', 'adammini'}:
continue

optimizers.append((optimizer, -6, 0.2))
Expand Down

0 comments on commit 2acade3

Please sign in to comment.