TF 2 API 中的 tensorflow.contrib.graph_editor?

Posted

技术标签:

【中文标题】TF 2 API 中的 tensorflow.contrib.graph_editor?【英文标题】:tensorflow.contrib.graph_editor in TF 2 API? 【发布时间】:2019-11-05 22:47:28 【问题描述】:

据我了解,tensorflow.contrib 已在 TF 2.0 API 中删除。 TF 1.0 API 中 tensorflow.contrib.graph_editor 的新 2.0 替代方案是什么? https://www.tensorflow.org/api_docs/python/tf/contrib/graph_editor

【问题讨论】:

【参考方案1】:

我从文档中了解到的替代方法是"Keep track of your variables!"。创建图表时,您现在负责引用它的节点。

【讨论】:

以上是关于TF 2 API 中的 tensorflow.contrib.graph_editor?的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 TF1.3 中的新 Dataset api 映射具有附加参数的函数?

如何从代码运行 tensorflow 对象检测 api (model_main_tf2)?

tensorflow API _ 2 (tf.app.flags.FLAGS)

ROS2极简总结-坐标变换-TF

tf第十二讲:TextCNN做文本分类

如何通过 tf.data API 使用 Keras 生成器