Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ print
Function
print
util/misc.py:506–509 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
504
builtin_print = __builtin__.print
505
506
def
print(*args, **kwargs):
507
force = kwargs.pop(
'force'
, False)
508
if
is_master or force:
509
builtin_print(*args, **kwargs)
510
511
__builtin__.print = print
512
Callers
15
get_size_with_aspect_ratio
Function · 0.70
reduce_dict
Function · 0.70
init_distributed_mode_ssc
Function · 0.70
init_distributed_mode
Function · 0.70
__init__
Method · 0.70
box_loss.py
File · 0.70
plot_logs
Function · 0.70
plot_precision_recall
Function · 0.70
train_one_epoch
Function · 0.50
evaluate
Function · 0.50
inference
Function · 0.50
build_model_main
Function · 0.50
Calls
no outgoing calls
Tested by
3
check_forward_equal_with_pytorch_double
Function · 0.40
check_forward_equal_with_pytorch_float
Function · 0.40
check_gradient_numerical
Function · 0.40