tf.Estimator - 将 TensorBoard 日志路由到与模型目录不同的目录

Posted

技术标签:

【中文标题】tf.Estimator - 将 TensorBoard 日志路由到与模型目录不同的目录【英文标题】:tf.Estimator - Route TensorBoard logs to different dir than model's dir 【发布时间】:2019-05-03 00:17:14 【问题描述】:

使用 TF Estimator API 时,TensorBoard 日志会在创建估算器时自动保存在定义为 model_dir 的位置。

是否可以将这些目录分开?将模型检查点保存到一个目录,同时将 TensorBoard 的日志记录到另一个目录?

【问题讨论】:

【参考方案1】:

只需将事件文件复制到另一个目录

【讨论】:

这不能回答 OP 问题

以上是关于tf.Estimator - 将 TensorBoard 日志路由到与模型目录不同的目录的主要内容,如果未能解决你的问题,请参考以下文章

tf.estimator快速入门[5]

Keras Estimator + tf.data API

tf.estimator 的 tensorflow 提要列表功能(多热)

如何使用自定义 tf.Estimator 在张量板事件文件中仅创建一份图形副本?

tf.estimator.Estimator

tf.estimator.Estimator类的用法