如何从tensorflow 2.0中的tf.function获取图形?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何从tensorflow 2.0中的tf.function获取图形?相关的知识,希望对你有一定的参考价值。
以前,sess.graph被用作将事物推向张量板的句柄。
目前没有替代AFAIK。可视化图形是基础。
我们怎样才能在tensorflow 2.0中使用图表?必须是一些钩入函数。
答案
Tensorboard适用于2.0。 This example for keras和this without
以上是关于如何从tensorflow 2.0中的tf.function获取图形?的主要内容,如果未能解决你的问题,请参考以下文章
如何更改 gpt-2 代码以使用 Tensorflow 2.0?
如何修改 Tensorflow 2.0 中的 epoch 数?
如何保存使用Tensorflow 1.xx中的.meta检查点模型作为部分的Tensorflow 2.0模型?
如何在 tensorboard 中显示 Tensorflow 2.0 中的 tf.data.Dataset.map 子图?
如何在 Keras 中的预训练 InceptionResNetV2 模型的不同层中找到激活的形状 - Tensorflow 2.0