MCPcopy
hub / github.com/FedML-AI/FedML / mlops_parrot_enabled

Function mlops_parrot_enabled

python/fedml/core/mlops/__init__.py:1158–1166  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

1156
1157
1158def mlops_parrot_enabled(args):
1159 if (
1160 hasattr(args, "enable_tracking")
1161 and args.enable_tracking is True
1162 and args.training_type == FEDML_TRAINING_PLATFORM_SIMULATION
1163 ):
1164 return True
1165 else:
1166 return False
1167
1168
1169def mlops_enabled(args):

Callers 8

initFunction · 0.85
log_training_statusFunction · 0.85
log_aggregation_statusFunction · 0.85
set_realtime_paramsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected