Skip to content

Commit

Permalink
fix: remove -log_probs argument from rxn-translate
Browse files Browse the repository at this point in the history
  • Loading branch information
irinaespejo committed May 27, 2024
1 parent 6725e6d commit 6c7b563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rxn/onmt_utils/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def translate_as_external_command(
str(src),
"-output",
str(output),
"-log_probs",
#"-log_probs",
"-n_best",
str(n_best),
"-beam_size",
Expand Down

0 comments on commit 6c7b563

Please sign in to comment.