Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_dino
Function · 0.85
train_one_epoch
Function · 0.85
load_pretrained_weights
Function · 0.85
restart_from_checkpoint
Function · 0.85
log_every
Method · 0.85
init_distributed_mode
Function · 0.85
train_pca
Method · 0.85
forward
Method · 0.85
eval_video_segmentation.py
File · 0.85
main
Function · 0.85
onnx2tensorrt
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
3
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68