【发布时间】:2019-11-07 09:49:11
【问题描述】:
我正在尝试使用 TF2.0(Beta)可视化 tf.data.Datasets 的性能。我找到了有关如何在旧版本的 tensorflow 中使用分析器的示例。 在 TF2.0 中如何进行分析?我可以使用 tf.compat.v1,但过程似乎并不简单。
我想测量内存消耗(设备放置方面)和时间线。
以下示例解释了使用 TF1.x 进行分析 Can I measure the execution time of individual operations with TensorFlow?
【问题讨论】:
标签: tensorflow tensorboard tensorflow2.0