Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/modelscope/FunASR
/ parameters
Method
parameters
tests/test_auto_model.py:41–42 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
self.param = torch.nn.Parameter(torch.zeros(1))
40
41
def
parameters(self):
42
return
iter([self.param])
43
44
def
eval(self):
45
pass
Callers
15
add_gradient_noise
Function · 0.80
update_step
Method · 0.80
warp_optim_scheduler
Method · 0.80
initialize
Function · 0.80
train_epoch
Method · 0.80
model_summary
Function · 0.80
_load_audio_components
Method · 0.80
_load_audio_components
Method · 0.80
forward
Method · 0.80
__init__
Method · 0.80
to_device
Function · 0.80
device
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected