works now
This commit is contained in:
parent
09973b6cde
commit
5845edf084
|
@ -93,6 +93,7 @@ class Network:
|
|||
self.saver.save(self.session, self.checkpoint_path + 'model.ckpt')
|
||||
|
||||
def restore_model(self):
|
||||
if os.path.isfile(self.checkpoint_path):
|
||||
latest_checkpoint = tf.train.latest_checkpoint(self.checkpoint_path)
|
||||
self.saver.restore(self.session, latest_checkpoint)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user