MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / join

Method join

tensorflow/python/distribute/distribute_coordinator.py:428–430  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

426 session.Session(target=target, config=session_config)
427
428 def join(self):
429 while True:
430 time.sleep(5)
431
432 if environment == "google":
433 server = _FakeServer()

Calls 1

sleepMethod · 0.45