We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e873ec8 commit f9f08bcCopy full SHA for f9f08bc
models/example_model.py
@@ -28,4 +28,5 @@ def build_model(self):
28
29
def init_saver(self):
30
# here you initalize the tensorflow saver that will be used in saving the checkpoints.
31
- pass
+ self.saver = tf.train.Saver(max_to_keep=self.config.max_to_keep)
32
+
0 commit comments