Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yerfor/GeneFacePlusPlus
/ update
Method
update
utils/commons/meters.py:15–18 ·
view source on GitHub ↗
(self, val, n=1)
Source
from the content-addressed store, hash-verified
13
self.cnt = 0
14
15
def
update(self, val, n=1):
16
self.sum += val * n
17
self.cnt += n
18
self.avg = self.sum / self.cnt
19
20
21
class
Timer:
Callers
15
visualize
Function · 0.45
crepe_with_corrector
Function · 0.45
set_hparams
Function · 0.45
training_step
Method · 0.45
validation_end
Method · 0.45
ddp_run
Method · 0.45
run_training_batch
Method · 0.45
parse
Method · 0.45
infer_once_args
Method · 0.45
toggle_audio_file
Function · 0.45
ref_video_fn
Function · 0.45
prepare_batch_from_inp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected