"...en/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "5a6922786322fb45bd011dd6389e30e7adcdc947"
Commit 58daa40e authored by Daniel Povey's avatar Daniel Povey
Browse files

Fix docs

parent 5e0df7e8
...@@ -168,10 +168,6 @@ def get_rnnt_logprobs_aux(lm: Tensor, ...@@ -168,10 +168,6 @@ def get_rnnt_logprobs_aux(lm: Tensor,
vocabulary, including the termination/next-frame symbol. It reflects vocabulary, including the termination/next-frame symbol. It reflects
the "acoustic" part of the probability of any given symbol appearing the "acoustic" part of the probability of any given symbol appearing
next on this frame. next on this frame.
am_only: same shape as am, [B][T][C], but differently normalized or differently
projected,
so that it can be interpreted as probabilities without taking the LM into
account. Does not have to already include the logsoftmax(); we will do that.
symbols: A LongTensor of shape [B][S], containing the symbols at each position symbols: A LongTensor of shape [B][S], containing the symbols at each position
of the sequence, possibly including EOS of the sequence, possibly including EOS
termination_symbol: The identity of the termination symbol, must be termination_symbol: The identity of the termination symbol, must be
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment