MCPcopy
hub / github.com/tensorflow/models / join

Method join

official/core/base_trainer.py:59–62  ·  view source on GitHub ↗

Join all async steps. Only useful in aysnc training.

(self)

Source from the content-addressed store, hash-verified

57 return self._coordinator
58
59 def join(self):
60 """Join all async steps. Only useful in aysnc training."""
61 if getattr(self, "_is_async", False):
62 self.coordinator_for_async().join()
63
64 def create_train_loop_fn(self):
65 """Creates a eval loop from the given step function and options."""

Callers 15

run_experimentFunction · 0.45
run_experimentFunction · 0.45
test_checkpointingMethod · 0.45
test_end_to_endMethod · 0.45
__init__Method · 0.45
write_temp_fileMethod · 0.45
require_cloud_storageFunction · 0.45

Calls 1

coordinator_for_asyncMethod · 0.95

Tested by 15

test_checkpointingMethod · 0.36
test_end_to_endMethod · 0.36
write_temp_fileMethod · 0.36
test_serialize_configMethod · 0.36
test_gpu_trainMethod · 0.36
test_export_tfhubMethod · 0.36
setUpMethod · 0.36
test_end_to_endMethod · 0.36