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

Method restore

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

Source from the content-addressed store, hash-verified

365 d_cat.to_csv("cat_freq.csv", index=False, sep=',')
366
367 def restore(self, sess, path):
368 saver = tf.train.Saver()
369 saver.restore(sess, save_path=path)
370 print('model restored from %s' % path)
371
372
373class Model_DIN_V2_Gru_Vec_attGru_Neg(Model):

Callers 1

testFunction · 0.45

Calls 1

restoreMethod · 0.95

Tested by

no test coverage detected