MCPcopy
hub / github.com/MCG-NJU/VideoMAE / print

Function print

utils.py:212–215  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

210 builtin_print = __builtin__.print
211
212 def print(*args, **kwargs):
213 force = kwargs.pop('force', False)
214 if is_master or force:
215 builtin_print(*args, **kwargs)
216
217 __builtin__.print = print
218

Callers 15

loadvideo_decordMethod · 0.85
__init__Method · 0.85
loadvideo_decordMethod · 0.85
get_modelFunction · 0.85
mainFunction · 0.85
get_argsFunction · 0.85
mainFunction · 0.85
log_everyMethod · 0.85
init_distributed_modeFunction · 0.85
load_state_dictFunction · 0.85
cosine_schedulerFunction · 0.85
auto_load_modelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected