MCPcopy Create free account
hub / github.com/espnet/espnet / score

Method score

espnet2/asr/decoder/s4_decoder.py:135–136  ·  view source on GitHub ↗
(self, ys, state, x)

Source from the content-addressed store, hash-verified

133 return decoded, ys_in_lens
134
135 def score(self, ys, state, x):
136 raise NotImplementedError
137
138 def batch_score(
139 self, ys: torch.Tensor, states: List[Any], xs: torch.Tensor

Callers 5

greedy_searchMethod · 0.45
default_beam_searchMethod · 0.45
greedy_searchMethod · 0.45
default_beam_searchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected