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

Method save

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

Source from the content-addressed store, hash-verified

327 return probs, loss, accuracy, 0
328
329 def save(self, sess, path):
330 saver = tf.train.Saver()
331 saver.save(sess, save_path=path)
332
333 def summary(self, sess, path, iter, hist):
334 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