MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / join

Method join

tensorpack/train/trainers.py:237–241  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

235 logger.info("Distributed training on cluster:\n" + str(server.server_def.cluster))
236
237 def join(self):
238 logger.info("Calling server.join() on {}:{}".format(self.job_name, self.server.server_def.task_index))
239 logger.info("Kill me with 'kill {}'".format(os.getpid()))
240 self.server.join() # this function will never return tensorflow#4713
241 raise RuntimeError("This is a bug. Server.join() for should never return!")
242
243 @HIDE_DOC
244 def initialize(self, session_creator, session_init):

Callers 15

setup.pyFile · 0.80
add_git_versionFunction · 0.80
load_caffeFunction · 0.80
get_caffe_pbFunction · 0.80
downloadFunction · 0.80
recursive_walkFunction · 0.80
get_dataset_pathFunction · 0.80
create_dummy_funcFunction · 0.80
humanize_time_deltaFunction · 0.80
_use_proc_mapsFunction · 0.80
_set_fileFunction · 0.80
set_logger_dirFunction · 0.80

Calls 1

formatMethod · 0.80

Tested by 4

test_lmdbMethod · 0.64
test_tfrecordMethod · 0.64
test_numpyMethod · 0.64
test_hdf5Method · 0.64