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

Method summary

modelzoo/features/multihash_variable/dien/script/model.py:332–334  ·  view source on GitHub ↗
(self, sess, path, iter, hist)

Source from the content-addressed store, hash-verified

330 saver.save(sess, save_path=path)
331
332 def summary(self, sess, path, iter, hist):
333 writer = tf.summary.FileWriter(path, sess.graph)
334 writer.add_summary(hist, iter)
335
336 def save_freq(self):
337 list_uid = self.uid_dict.items()

Callers 5

test_builtMethod · 0.95
trainFunction · 0.45

Calls 1

add_summaryMethod · 0.45