Update run_speech_recognition_ctc.py
Browse files
run_speech_recognition_ctc.py
CHANGED
@@ -125,7 +125,7 @@ class ModelArguments:
|
|
125 |
ctc_loss_reduction: Optional[str] = field(
|
126 |
default="mean", metadata={"help": "The way the ctc loss should be reduced. Should be one of 'mean' or 'sum'."}
|
127 |
)
|
128 |
-
ctc_zero_infinity Optional[bool] = field(
|
129 |
default=False, metadata={"help": "If True, will try yo aboud the CTC loss goinf to infinity."}
|
130 |
)
|
131 |
|
|
|
125 |
ctc_loss_reduction: Optional[str] = field(
|
126 |
default="mean", metadata={"help": "The way the ctc loss should be reduced. Should be one of 'mean' or 'sum'."}
|
127 |
)
|
128 |
+
ctc_zero_infinity: Optional[bool] = field(
|
129 |
default=False, metadata={"help": "If True, will try yo aboud the CTC loss goinf to infinity."}
|
130 |
)
|
131 |
|