MCPcopy Index your code
hub / github.com/Rikorose/DeepFilterNet / format

Method format

DeepFilterNet/df/logger.py:103–106  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

101 self.fmt += "\n{exception}"
102
103 def format(self, record):
104 if record["level"].no == WARN_ONCE_NO:
105 return self.fmt.replace("{level: <8}", "WARNING ")
106 return self.fmt
107
108
109def _metrics_key(k_: Tuple[str, float]):

Callers 15

getMethod · 0.80
mainFunction · 0.80
eval_waccFunction · 0.80
WAcc_mean.pyFile · 0.80
__call__Method · 0.80
mainFunction · 0.80
run_epochFunction · 0.80
make_npFunction · 0.80
log_progressFunction · 0.80
read_cpFunction · 0.80
cleanupFunction · 0.80
init_dfFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected