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

Method forward

funasr/models/eres2net/model.py:97–103  ·  view source on GitHub ↗

Forward pass for training. Args: x: TODO.

(self, x)

Source from the content-addressed store, hash-verified

95 logging.info(f"ERes2NetV2 loaded pretrained weights from {path}")
96
97 def forward(self, x):
98 """Forward pass for training.
99
100 Args:
101 x: TODO.
102 """
103 return self.model(x)
104
105 def inference(
106 self,

Callers 1

inferenceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected