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

Method save

modelzoo/features/embedding_variable/dien/script/model.py:331–333  ·  view source on GitHub ↗
(self, sess, path)

Source from the content-addressed store, hash-verified

329 return probs, loss, accuracy, 0
330
331 def save(self, sess, path):
332 saver = tf.train.Saver()
333 saver.save(sess, save_path=path)
334
335 def summary(self, sess, path, iter, hist):
336 writer = tf.summary.FileWriter(path, sess.graph)

Callers 2

evalFunction · 0.45
trainFunction · 0.45

Calls 1

saveMethod · 0.95

Tested by

no test coverage detected