MCPcopy Create free account
hub / github.com/deepdrive/deepdrive / close

Method close

tensorflow_agent/agent.py:208–210  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

206 saver.restore(self.sess, net_path)
207
208 def close(self):
209 if self.sess is not None:
210 self.sess.close()
211
212 def get_net_out(self, image):
213 begin = time.time()

Callers 3

downloadFunction · 0.45
mainFunction · 0.45
closeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected