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

Method report

funasr/models/eend/utils/report.py:94–102  ·  view source on GitHub ↗

Report. Args: model: Model instance or model name. eidx: TODO. device: Target device ("cuda:0", "cpu", etc.).

(self, model, eidx, device)

Source from the content-addressed store, hash-verified

92 self.max_n_speaker = max_n_speaker
93
94 def report(self, model, eidx, device):
95 """Report.
96
97 Args:
98 model: Model instance or model name.
99 eidx: TODO.
100 device: Target device ("cuda:0", "cpu", etc.).
101 """
102 self.report_val(model, eidx, device)
103
104 def report_val(self, model, eidx, device):
105 """Report val.

Callers

nothing calls this directly

Calls 1

report_valMethod · 0.95

Tested by

no test coverage detected