Searched refs:saved_path (Results 1 – 5 of 5) sorted by relevance
105 def restore_sys_path(self, saved_path): argument106 sys.path = saved_path[1]107 sys.path[:] = saved_path[2]
99 saved_path = checkpointer.save(101 print("Saved checkpoint at path: \"{}\" ".format(saved_path))
103 saved_path = checkpointer.save(106 "with global_step: {}".format(saved_path, global_step.numpy()))
1210 def restore_sys_path(self, saved_path): argument1211 sys.path = saved_path[1]1212 sys.path[:] = saved_path[2]
1006 saved_path = os.path.join(saved_dir, "ckpt")1035 actual_path = saver.save(sess, saved_path)1036 self.assertEqual(saved_path, actual_path)1065 saver.restore(sess, saved_path)