MCPcopy Create free account
hub / github.com/modelscope/FunASR / output_size

Method output_size

funasr/frontends/s3prl.py:133–135  ·  view source on GitHub ↗

Output size.

(self)

Source from the content-addressed store, hash-verified

131 return tiled_feature
132
133 def output_size(self) -> int:
134 """Output size."""
135 return self.output_dim
136
137 def forward(
138 self, input: torch.Tensor, input_lengths: torch.Tensor

Callers 3

build_modelMethod · 0.45
mainFunction · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected