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

Method set_num_updates

funasr/models/data2vec/data2vec.py:175–181  ·  view source on GitHub ↗

Set num updates. Args: num_updates: TODO.

(self, num_updates)

Source from the content-addressed store, hash-verified

173 return feats, feats_lengths
174
175 def set_num_updates(self, num_updates):
176 """Set num updates.
177
178 Args:
179 num_updates: TODO.
180 """
181 self.num_updates = num_updates
182
183 def get_num_updates(self):
184 """Get num updates."""

Callers 1

forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected