Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yerfor/GeneFacePlusPlus
/ log
Method
log
modules/commons/improved_diffusion/logger.py:376–378 ·
view source on GitHub ↗
(self, *args, level=INFO)
Source
from the content-addressed store, hash-verified
374
return
out
375
376
def
log(self, *args, level=INFO):
377
if
self.level <= level:
378
self._do_log(args)
379
380
# Configuration
381
# ----------------------------------------
Callers
15
initialize
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
get_embedding
Method · 0.80
get_embedding
Method · 0.80
compute_is
Function · 0.80
log
Function · 0.80
get_embedding
Method · 0.80
log
Function · 0.80
Calls
1
_do_log
Method · 0.95
Tested by
no test coverage detected