MCPcopy Index your code
hub / github.com/MorvanZhou/Tensorflow-Tutorial / save

Method save

tutorial-contents/407_transfer_learning.py:157–159  ·  view source on GitHub ↗
(self, path='./for_transfer_learning/model/transfer_learn')

Source from the content-addressed store, hash-verified

155 plt.show()
156
157 def save(self, path='./for_transfer_learning/model/transfer_learn'):
158 saver = tf.train.Saver()
159 saver.save(self.sess, path, write_meta_graph=False)
160
161
162def train():

Callers 2

trainFunction · 0.95
saveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected