Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/FunASR
/ with_vad
Method
with_vad
funasr/models/ct_transformer/model.py:127–129 ·
view source on GitHub ↗
With vad.
(self)
Source
from the content-addressed store, hash-verified
125
return
y, None
126
127
def
with_vad(self):
128
""
"With vad."
""
129
return
False
130
131
def
score(self, y: torch.Tensor, state: Any, x: torch.Tensor) -> Tuple[torch.Tensor, Any]:
132
""
"Score new token.
Callers
1
nll
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected