tf.train.get_checkpoint_mtimes

tf.train.get_checkpoint_mtimes

tf.train.get_checkpoint_mtimes

get_checkpoint_mtimes(checkpoint_prefixes)

Defined in tensorflow/python/training/saver.py.

Returns the mtimes (modification timestamps) of the checkpoints.

Globs for the checkpoints pointed to by checkpoint_prefixes. If the files exist, collect their mtime. Both V2 and V1 checkpoints are considered, in that priority.

This is the recommended way to get the mtimes, since it takes into account the naming difference between V1 and V2 formats.

Args:

  • checkpoint_prefixes: a list of checkpoint paths, typically the results of Saver.save() or those of tf.train.latest_checkpoint(), regardless of sharded/non-sharded or V1/V2.

Returns:

A list of mtimes (in microseconds) of the found checkpoints.

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/train/get_checkpoint_mtimes

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部