MCPcopy Create free account
hub / github.com/alinlab/SelfPatch / print

Function print

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

Source from the content-addressed store, hash-verified

437 builtin_print = __builtin__.print
438
439 def print(*args, **kwargs):
440 force = kwargs.pop('force', False)
441 if is_master or force:
442 builtin_print(*args, **kwargs)
443
444 __builtin__.print = print
445

Callers 15

train_dinoFunction · 0.85
train_one_epochFunction · 0.85
load_pretrained_weightsFunction · 0.85
restart_from_checkpointFunction · 0.85
log_everyMethod · 0.85
init_distributed_modeFunction · 0.85
train_pcaMethod · 0.85
forwardMethod · 0.85
mainFunction · 0.85
onnx2tensorrtFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 3

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68