versae commited on
Commit
b0b9834
1 Parent(s): fc4dfff

Update run_speech_recognition_ctc.py

Browse files
Files changed (1) hide show
  1. run_speech_recognition_ctc.py +1 -1
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