MCPcopy
hub / github.com/PaddlePaddle/PaddleRec / run_server

Method run_server

tools/static_ps_trainer.py:110–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108 self.model.create_optimizer(get_strategy(self.config))
109
110 def run_server(self):
111 logger.info("Run Server Begin")
112 fleet.init_server(config.get("runner.warmup_model_path"))
113 fleet.run_server()
114
115 def run_worker(self):
116 logger.info("Run Worker Begin")

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected