Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickus Timothee committed May 17, 2024
1 parent 81dc10b commit a57f063
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion mammoth/model_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def build_task_specific_model(
task_queue_manager,
checkpoint,
):

src_embs = dict()
tgt_embs = dict()

Expand Down
1 change: 0 additions & 1 deletion mammoth/opts.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ def _add_train_general_opts(parser):
"Recommended value: same as accum_count, or at least a multiple of it."
)


group = parser.add_argument_group('Optimization')
group.add(
'--optim',
Expand Down

0 comments on commit a57f063

Please sign in to comment.