shaoheshaohe 发表于 2020-5-11 16:11:08

tf.train.latest_checkpoint()自动寻找最新的checkpoint

new_checkpoint = tf.train.latest_checkpoint(config.model_dir)#会自动找到最近保存的变量文件


页: [1]
查看完整版本: tf.train.latest_checkpoint()自动寻找最新的checkpoint