MCPcopy
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_noiseFunction · 0.80
update_stepMethod · 0.80
warp_optim_schedulerMethod · 0.80
initializeFunction · 0.80
train_epochMethod · 0.80
model_summaryFunction · 0.80
forwardMethod · 0.80
__init__Method · 0.80
to_deviceFunction · 0.80
deviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected