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

Method _setup_graph

tensorpack/callbacks/group.py:65–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 self.cbs = cbs
64
65 def _setup_graph(self):
66 with tf.name_scope(None): # clear the name scope
67 for cb in self.cbs:
68 cb.setup_graph(self.trainer)
69
70 def _before_train(self):
71 for cb in self.cbs:

Callers

nothing calls this directly

Calls 1

setup_graphMethod · 0.45

Tested by

no test coverage detected